Diffs-sans-version-diffs between blead and maint.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 14 Aug 2003 06:44:10 +0000 (06:44 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 14 Aug 2003 06:44:10 +0000 (06:44 +0000)
p4raw-id: //depot/perl@20695

ext/B/B.pm
ext/B/B/C.pm
ext/B/B/Concise.pm
ext/B/B/Deparse.pm
ext/Devel/PPPort/PPPort.pm
lib/English.pm
lib/overload.pm
lib/warnings.pm
warnings.pl

index c251459..c4d0d45 100644 (file)
@@ -7,7 +7,7 @@
 #
 package B;
 
-our $VERSION = '1.02';
+our $VERSION = '1.03';
 
 use XSLoader ();
 require Exporter;
index 3011eb0..08ba0cb 100644 (file)
@@ -7,7 +7,7 @@
 #
 package B::C::Section;
 
-our $VERSION = '1.02';
+our $VERSION = '1.03';
 
 use B ();
 use base B::Section;
index a95f718..57aa6fd 100644 (file)
@@ -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);
index 4d83331..6e3decc 100644 (file)
@@ -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 ();
index cbcfdb9..02f160a 100644 (file)
@@ -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
index 4743b14..118a95a 100644 (file)
@@ -1,6 +1,6 @@
 package English;
 
-our $VERSION = '1.01';
+our $VERSION = '1.02';
 
 require Exporter;
 @ISA = (Exporter);
index df03679..7d94cc7 100644 (file)
@@ -1,6 +1,6 @@
 package overload;
 
-our $VERSION = '1.01';
+our $VERSION = '1.02';
 
 $overload::hint_bits = 0x20000; # HINT_LOCALIZE_HH
 
index 06091c3..6982b2c 100644 (file)
@@ -6,7 +6,7 @@
 
 package warnings;
 
-our $VERSION = '1.00';
+our $VERSION = '1.02';
 
 =head1 NAME
 
index 942829b..b720274 100644 (file)
@@ -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