In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/31a3d7b0823603bd27d4a184f7dd1b5c69c06a64?hp=ad084f51cd17539ef55b510228156cd4f83c9729>

- Log -----------------------------------------------------------------
commit 31a3d7b0823603bd27d4a184f7dd1b5c69c06a64
Author: Father Chrysostomos <[email protected]>
Date:   Tue Dec 6 13:17:56 2011 -0800

    Increase perl5db.pl’s version to 1.35

M       lib/perl5db.pl

commit 1957508d32065fc860601adb5debf57966a5812a
Author: Father Chrysostomos <[email protected]>
Date:   Tue Dec 6 13:17:13 2011 -0800

    cmpVERSION.pl: Check lib/*.pl, too

M       Porting/cmpVERSION.pl
-----------------------------------------------------------------------

Summary of changes:
 Porting/cmpVERSION.pl |    2 +-
 lib/perl5db.pl        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Porting/cmpVERSION.pl b/Porting/cmpVERSION.pl
index 14023a6..e618533 100755
--- a/Porting/cmpVERSION.pl
+++ b/Porting/cmpVERSION.pl
@@ -122,7 +122,7 @@ foreach (`git --no-pager diff --name-only $tag_to_compare 
--diff-filter=ACMRTUXB
     my $this_dir = $1;
     next if $this_dir =~ $skip_dirs || exists $skip{$_};
     next if exists $upstream_files{$_};
-    if (/\.pm\z/) {
+    if (/\.pm\z/ || m|^lib/.*\.pl\z|) {
        push @{$module_diffs{$_}}, $_;
     } elsif (/\.xs\z/ && !/\bt\b/) {
        push @{$module_diffs{pm_file_from_xs($_)}}, $_;
diff --git a/lib/perl5db.pl b/lib/perl5db.pl
index d8b6894..84a38f1 100644
--- a/lib/perl5db.pl
+++ b/lib/perl5db.pl
@@ -519,7 +519,7 @@ BEGIN {
 }
 
 # Debugger for Perl 5.00x; perl5db.pl patch level:
-$VERSION = '1.34';
+$VERSION = '1.35';
 
 $header = "perl5db.pl version $VERSION";
 

--
Perl5 Master Repository

Reply via email to