From: Jarkko Hietaniemi Date: Thu, 14 Aug 2003 06:44:10 +0000 (+0000) Subject: Diffs-sans-version-diffs between blead and maint. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ad5cfffd5b8b7fe37ed57e620649fd13610a07d1;p=p5sagit%2Fp5-mst-13.2.git Diffs-sans-version-diffs between blead and maint. p4raw-id: //depot/perl@20695 --- diff --git a/ext/B/B.pm b/ext/B/B.pm index c251459..c4d0d45 100644 --- a/ext/B/B.pm +++ b/ext/B/B.pm @@ -7,7 +7,7 @@ # package B; -our $VERSION = '1.02'; +our $VERSION = '1.03'; use XSLoader (); require Exporter; diff --git a/ext/B/B/C.pm b/ext/B/B/C.pm index 3011eb0..08ba0cb 100644 --- a/ext/B/B/C.pm +++ b/ext/B/B/C.pm @@ -7,7 +7,7 @@ # package B::C::Section; -our $VERSION = '1.02'; +our $VERSION = '1.03'; use B (); use base B::Section; diff --git a/ext/B/B/Concise.pm b/ext/B/B/Concise.pm index a95f718..57aa6fd 100644 --- a/ext/B/B/Concise.pm +++ b/ext/B/B/Concise.pm @@ -14,7 +14,7 @@ use warnings; # uses #3 and #4, since warnings uses Carp use Exporter (); # use #5 -our $VERSION = "0.56"; +our $VERSION = "0.57"; our @ISA = qw(Exporter); our @EXPORT_OK = qw(set_style set_style_standard add_callback concise_subref concise_cv concise_main); diff --git a/ext/B/B/Deparse.pm b/ext/B/B/Deparse.pm index 4d83331..6e3decc 100644 --- a/ext/B/B/Deparse.pm +++ b/ext/B/B/Deparse.pm @@ -19,7 +19,7 @@ use B qw(class main_root main_start main_cv svref_2object opnumber perlstring CVf_METHOD CVf_LOCKED CVf_LVALUE CVf_ASSERTION PMf_KEEP PMf_GLOBAL PMf_CONTINUE PMf_EVAL PMf_ONCE PMf_SKIPWHITE PMf_MULTILINE PMf_SINGLELINE PMf_FOLD PMf_EXTENDED); -$VERSION = 0.64; +$VERSION = 0.65; use strict; use vars qw/$AUTOLOAD/; use warnings (); diff --git a/ext/Devel/PPPort/PPPort.pm b/ext/Devel/PPPort/PPPort.pm index cbcfdb9..02f160a 100644 --- a/ext/Devel/PPPort/PPPort.pm +++ b/ext/Devel/PPPort/PPPort.pm @@ -199,7 +199,7 @@ __DATA__; * version of Perl. * * This version of ppport.h is designed to support operation with Perl - * installations back to 5.004, and has been tested up to 5.8.0. + * installations back to 5.004, and has been tested up to 5.8.1. * * If this version of ppport.h is failing during the compilation of this * module, please check if a newer version of Devel::PPPort is available diff --git a/lib/English.pm b/lib/English.pm index 4743b14..118a95a 100644 --- a/lib/English.pm +++ b/lib/English.pm @@ -1,6 +1,6 @@ package English; -our $VERSION = '1.01'; +our $VERSION = '1.02'; require Exporter; @ISA = (Exporter); diff --git a/lib/overload.pm b/lib/overload.pm index df03679..7d94cc7 100644 --- a/lib/overload.pm +++ b/lib/overload.pm @@ -1,6 +1,6 @@ package overload; -our $VERSION = '1.01'; +our $VERSION = '1.02'; $overload::hint_bits = 0x20000; # HINT_LOCALIZE_HH diff --git a/lib/warnings.pm b/lib/warnings.pm index 06091c3..6982b2c 100644 --- a/lib/warnings.pm +++ b/lib/warnings.pm @@ -6,7 +6,7 @@ package warnings; -our $VERSION = '1.00'; +our $VERSION = '1.02'; =head1 NAME diff --git a/warnings.pl b/warnings.pl index 942829b..b720274 100644 --- a/warnings.pl +++ b/warnings.pl @@ -1,7 +1,6 @@ #!/usr/bin/perl - -$VERSION = '1.00'; +$VERSION = '1.01'; BEGIN { push @INC, './lib'; @@ -476,7 +475,7 @@ __END__ package warnings; -our $VERSION = '1.01'; +our $VERSION = '1.02'; =head1 NAME