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