Debian Package Tracker
Register | Log in
Subscribe

libperl-minimumversion-perl

module to determine minimum required version of perl required

Choose email to subscribe with

general
  • source: libperl-minimumversion-perl (main)
  • version: 1.40-1
  • maintainer: Debian Perl Group (archive) (DMD) (LowNMU)
  • uploaders: Damyan Ivanov [DMD] – gregor herrmann [DMD] – Vincent Danjean [DMD] – Salvatore Bonaccorso [DMD] – Ansgar Burchardt [DMD]
  • arch: all
  • std-ver: 4.6.0
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 1.38-2
  • oldstable: 1.38-2
  • stable: 1.40-1
  • testing: 1.40-1
  • unstable: 1.40-1
versioned links
  • 1.38-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.40-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • libperl-minimumversion-perl
action needed
A new upstream version is available: 1.44 high
A new upstream version 1.44 is available, you should consider packaging it.
Created: 2025-05-08 Last update: 2025-05-24 22:32
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 1.44-1, distribution UNRELEASED) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit eb803409e160484a351d95f21ac11b5f49a1b607
Author: gregor herrmann <gregoa@debian.org>
Date:   Sat May 10 03:44:10 2025 +0200

    add WAITS-FOR: trixie
    
    Gbp-Dch: Ignore

commit ce77ff97fb83e49860e39d08e9f4c84beea49d6b
Author: gregor herrmann <gregoa@debian.org>
Date:   Sat May 10 03:43:26 2025 +0200

    Update debian/changelog
    
    Gbp-Dch: Ignore

commit 30251baba104c1e39dd87cf24342814a20250ce4
Merge: 3caabb7 c932dc7
Author: gregor herrmann <gregoa@debian.org>
Date:   Sat May 10 03:43:26 2025 +0200

    Update upstream source from tag 'upstream/1.44'
    
    Update to upstream version '1.44'
    with Debian dir 8e6f8dd7d8477b5b51ed64ea6344dd8bdda1a662

commit c932dc7617799cfac435c3469da23e10a3c333ce
Merge: 3c2bc1f b5f6a60
Author: gregor herrmann <gregoa@debian.org>
Date:   Sat May 10 03:43:26 2025 +0200

    New upstream version 1.44

commit b5f6a60693cbeb980ee65cddf11b124a8aa65b0f
Author: Dan Book <grinnz@grinnz.com>
Date:   Sun May 4 05:06:52 2025 -0400

    1.44
    
        - Update LICENSE text (for real this time)

commit ed1b2c65d10c0b90bfdb14c6846af72d6c1a95cc
Author: Dan Book <grinnz@grinnz.com>
Date:   Sun May 4 05:02:28 2025 -0400

    1.43
    
        - Update LICENSE text
        - Promoting trial changes to stable release

commit 22d52f0a6001ee08d24c075aca7bb4182af4fb37
Author: Dan Book <grinnz@grinnz.com>
Date:   Sat Sep 30 21:09:41 2023 -0400

    1.42
    
        - Restore detection for Perl version 5.008, which means that 5.006 is now the minimum
          required version that will be reported.
        - Recognize the minimum required Perl versions for:
          - the "use re '/flags'" pragma (GH#29)
          - postfix dereferences (GH#30)
          - the <<>> operator (GH#31)

commit 7bbbe0bf0d9d511aaf01a44b8706b839afbc2e2c
Author: Dan Book <grinnz@grinnz.com>
Date:   Sat Sep 30 20:57:53 2023 -0400

    fix dispatch table formatting

commit 70e08bd1e3ff437f1ec22f15c5de6b47b7e4dce9
Author: Dan Book <grinnz@grinnz.com>
Date:   Sat Sep 30 20:54:43 2023 -0400

    renumber double diamond operator test

commit 4e4045b9600c11b8eee790cadaf57d12d831ecf6
Author: Tom Wyant <wyant@cpan.org>
Date:   Tue Jun 20 12:26:37 2023 -0400

    Add support for double diamond (<<>>), Perl 5.21.5.
    
    This requires PPI 1.252 to detect.

commit 3acc5b8e55acf3bd6aa17b249c130a0c47857a3b
Author: Tom Wyant <wyant@cpan.org>
Date:   Thu Jun 21 15:14:11 2018 -0400

    Redo postfix deref for PPI 1.237_001
    
    i.e. a version of PPI that actually supports postfix deref.

commit e0b953182a28f7f6f4a1d42b885f26c98b30f7ad
Author: Tom Wyant <wyant@cpan.org>
Date:   Thu May 18 17:44:28 2023 -0400

    Add detection of postfix dereferencing.
    
    This was added in 5.20.0.

commit b44e66b80264c6f02ec1038a769b4b98373fbea9
Author: Nathan Mills <38995150+Quipyowert2@users.noreply.github.com>
Date:   Tue May 4 15:34:10 2021 -0700

    Check for "use re /flags".
    
    /flags was added in 5.014, and /xx was added in 5.026.
    
    Fixes #19.

commit bb341fe2caacce62ba0fc1267da06d1e74b4ddf7
Author: Dan Book <grinnz@grinnz.com>
Date:   Fri May 19 01:12:24 2023 -0400

    clean up CRLF line endings

commit 08bc2b241c4aa312ed7763bdf528764829b2a665
Author: Dan Book <grinnz@grinnz.com>
Date:   Fri May 19 01:00:38 2023 -0400

    fix test for minimum of 5.006

commit 3ee31dcce14c19ecd327b9531adc72476113cecf
Author: Dan Book <grinnz@grinnz.com>
Date:   Fri May 19 00:52:23 2023 -0400

    Revert "Remove 5.008 detection"
    
    This reverts commit 4d8ea4aac8faf907f8f4f7c17e1d9864e6e4bce9.

commit d24883002a198730003ff80abdc37d948d7acd4c
Author: Dan Book <grinnz@grinnz.com>
Date:   Wed May 17 02:58:10 2023 -0400

    1.41
    
        - Remove detection for Perl versions 5.008 and older. This means that 5.008 is now the
          minimum required version that will be reported. (GH#7)
        - Fix formatting of the summary printed by the perlver script (GH#14)
        - Recognize the minimum required version for the tr///r flag (GH#25)
          and indented heredocs (GH#27)

commit e63a1faad8e52b6d32855245ea6d829714a911e2
Author: Dan Book <grinnz@grinnz.com>
Date:   Wed May 17 02:50:17 2023 -0400

    regenerate README.pod

commit 68d3cd29e705ff003ee06025f81120feffcea0b5
Author: Dan Book <grinnz@grinnz.com>
Date:   Wed May 17 02:47:48 2023 -0400

    fix test as minimum reported version is now 5.008

commit 9709e813de6609d7e9331b50ac4ae4e70c34f9e7
Author: Dan Book <grinnz@gmail.com>
Date:   Wed May 17 02:41:07 2023 -0400

    Update Changes

commit 4c4c47c8952c83a7693a6eb74eb5031c67b2c91f
Author: Zakariyya Mughal <zaki.mughal@gmail.com>
Date:   Thu Dec 1 13:59:59 2022 -0500

    Add support for detecting heredoc-indent syntax (<<~)
    
    Cross-ref with [<<~](https://metacpan.org/pod/Syntax::Construct#%3C%3C%7E).
    
    Fixes <https://github.com/neilb/Perl-MinimumVersion/issues/26>.

commit 96bd05c6a2a673fd7ba16f65544cfe3fb20a33d5
Author: Zakariyya Mughal <zaki.mughal@gmail.com>
Date:   Tue May 16 14:33:25 2023 -0400

    Fix indent

commit 51c4f44a17e6afc196e9c05b92a4d7e57b0163aa
Author: Zakariyya Mughal <zaki.mughal@gmail.com>
Date:   Tue Aug 16 14:51:01 2022 -0400

    Add check for y///r feature
    
    See <https://perldoc.perl.org/5.14.0/perl5137delta#y///r>,
    <https://github.com/Perl/perl5/commit/bb16bae836f8e26795fbfac1361bf85da0d6a912>.

commit a56fa451c962cab4d73eb1f58da4df249ea8de2d
Author: de Werk, Paul-Joseph <dewerk@gmail.com>
Date:   Wed Feb 27 13:24:55 2019 -0800

    Fix summary formatting
    
      CPAN Bug #107878
    
    Signed-off-by: de Werk, Paul-Joseph <dewerk@gmail.com>

commit 4d8ea4aac8faf907f8f4f7c17e1d9864e6e4bce9
Author: Leon Timmermans <fawaka@gmail.com>
Date:   Tue May 16 16:37:46 2023 +0200

    Remove 5.008 detection

commit ad5b1e28dcb7c88056c5a589be61d2c1e5c971dc
Author: Leon Timmermans <fawaka@gmail.com>
Date:   Fri Apr 27 17:29:01 2018 +0200

    Remove 5.006 detection

commit dc9ce4e7a859432ff75aae9736c3622fedc2d058
Author: Leon Timmermans <fawaka@gmail.com>
Date:   Fri Apr 27 17:23:20 2018 +0200

    Remove 5.005 detection

commit c0d1edca2bb707ca2d7180705c60bfcbfd3fc8aa
Author: Leon Timmermans <fawaka@gmail.com>
Date:   Fri Apr 27 17:21:47 2018 +0200

    Remove 5.004_05 detection

commit c1c41e98867b4274f79a69dc83785f94dea45428
Author: Zakariyya Mughal <zaki.mughal@gmail.com>
Date:   Mon Apr 10 19:45:36 2023 -0400

    Add initial GitHub Actions workflow
Created: 2025-05-10 Last update: 2025-05-22 02:02
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.2 instead of 4.6.0).
Created: 2022-05-11 Last update: 2025-02-27 13:25
news
[rss feed]
  • [2021-10-02] libperl-minimumversion-perl 1.40-1 MIGRATED to testing (Debian testing watch)
  • [2021-09-29] Accepted libperl-minimumversion-perl 1.40-1 (source) into unstable (gregor herrmann)
  • [2018-05-09] libperl-minimumversion-perl 1.38-2 MIGRATED to testing (Debian testing watch)
  • [2018-05-06] Accepted libperl-minimumversion-perl 1.38-2 (source) into unstable (Niko Tyni)
  • [2014-08-29] libperl-minimumversion-perl 1.38-1 MIGRATED to testing (Britney)
  • [2014-08-23] Accepted libperl-minimumversion-perl 1.38-1 (source all) into unstable (Salvatore Bonaccorso)
  • [2014-05-19] libperl-minimumversion-perl 1.37-1 MIGRATED to testing (Debian testing watch)
  • [2014-05-13] Accepted libperl-minimumversion-perl 1.37-1 (source all) (gregor herrmann)
  • [2014-05-10] Accepted libperl-minimumversion-perl 1.36-1 (source all) (gregor herrmann)
  • [2014-05-09] libperl-minimumversion-perl 1.35-1 MIGRATED to testing (Debian testing watch)
  • [2014-05-03] Accepted libperl-minimumversion-perl 1.35-1 (source all) (gregor herrmann)
  • [2013-07-09] libperl-minimumversion-perl 1.32-1 MIGRATED to testing (Debian testing watch)
  • [2013-06-28] Accepted libperl-minimumversion-perl 1.32-1 (source all) (gregor herrmann)
  • [2011-03-15] libperl-minimumversion-perl 1.28-1 MIGRATED to testing (Debian testing watch)
  • [2011-03-04] Accepted libperl-minimumversion-perl 1.28-1 (source all) (Salvatore Bonaccorso)
  • [2010-08-02] libperl-minimumversion-perl 1.26-1 MIGRATED to testing (Debian testing watch)
  • [2010-07-22] Accepted libperl-minimumversion-perl 1.26-1 (source all) (Ansgar Burchardt) (signed by: gregor herrmann)
  • [2010-07-14] Accepted libperl-minimumversion-perl 1.25-2 (source all) (Ansgar Burchardt) (signed by: gregor herrmann)
  • [2010-06-04] libperl-minimumversion-perl 1.25-1 MIGRATED to testing (Debian testing watch)
  • [2010-05-24] Accepted libperl-minimumversion-perl 1.25-1 (source all) (gregor herrmann)
  • [2010-05-03] libperl-minimumversion-perl 1.24-2 MIGRATED to testing (Debian testing watch)
  • [2010-04-22] Accepted libperl-minimumversion-perl 1.24-2 (source all) (Salvatore Bonaccorso) (signed by: Damyan Ivanov)
  • [2010-02-03] libperl-minimumversion-perl 1.24-1 MIGRATED to testing (Debian testing watch)
  • [2010-01-23] Accepted libperl-minimumversion-perl 1.24-1 (source all) (Brian Cassidy) (signed by: gregor herrmann)
  • [2009-12-11] libperl-minimumversion-perl 1.22-1 MIGRATED to testing (Debian testing watch)
  • [2009-11-30] Accepted libperl-minimumversion-perl 1.22-1 (source all) (Jonathan Yu) (signed by: gregor herrmann)
  • [2009-04-24] libperl-minimumversion-perl 1.20-1 MIGRATED to testing (Debian testing watch)
  • [2009-04-12] Accepted libperl-minimumversion-perl 1.20-1 (source all) (Ansgar Burchardt) (signed by: gregor herrmann)
  • [2009-02-16] libperl-minimumversion-perl 1.19-1 MIGRATED to testing (Debian testing watch)
  • [2008-09-16] Accepted libperl-minimumversion-perl 1.19-1 (source all) (Damyan Ivanov)
  • 1
  • 2
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • edit tags
  • other distros
  • screenshots
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 1.40-1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing