This is an automated email from the git hooks/post-receive script. intrigeri pushed a commit to branch master in repository libparse-debianchangelog-perl.
commit a689d14fdd50709692b8182e2da7a4876fe066b5 Author: Frank Lichtenheld <[email protected]> Date: Mon Apr 4 17:47:24 2011 +0200 Require Perl 5.10 --- Changes | 2 ++ lib/Parse/DebianChangelog.pm | 1 + lib/Parse/DebianChangelog/ChangesFilters.pm | 1 + 3 files changed, 4 insertions(+) diff --git a/Changes b/Changes index 5e6cd4c..e8715a3 100644 --- a/Changes +++ b/Changes @@ -9,6 +9,8 @@ Parse-DebianChangelog (1.2.0) unstable; urgency=low - Allow to omit # before closed bug numbers (Closes: 446798 ;) - Update gnu.org URLs and add more FSF licenses to account for license releases and additions to common-licenses. + * Require Perl 5.10. I'm pretty sure some of that regex stuff will + not work in 5.8. -- Frank Lichtenheld <[email protected]> Mon, 04 Apr 2011 16:43:54 +0200 diff --git a/lib/Parse/DebianChangelog.pm b/lib/Parse/DebianChangelog.pm index c4b05af..2f37a7e 100644 --- a/lib/Parse/DebianChangelog.pm +++ b/lib/Parse/DebianChangelog.pm @@ -93,6 +93,7 @@ changed until version 1.0. package Parse::DebianChangelog; +use 5.010; use strict; use warnings; diff --git a/lib/Parse/DebianChangelog/ChangesFilters.pm b/lib/Parse/DebianChangelog/ChangesFilters.pm index d60e2c9..57510e6 100644 --- a/lib/Parse/DebianChangelog/ChangesFilters.pm +++ b/lib/Parse/DebianChangelog/ChangesFilters.pm @@ -34,6 +34,7 @@ is finalized. package Parse::DebianChangelog::ChangesFilters; +use 5.010; use strict; use warnings; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libparse-debianchangelog-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
