p4raw-id: //depot/perl@20695
#
package B;
-our $VERSION = '1.02';
+our $VERSION = '1.03';
use XSLoader ();
require Exporter;
#
package B::C::Section;
-our $VERSION = '1.02';
+our $VERSION = '1.03';
use B ();
use base B::Section;
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);
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 ();
* 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
package English;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
require Exporter;
@ISA = (Exporter);
package overload;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
$overload::hint_bits = 0x20000; # HINT_LOCALIZE_HH
package warnings;
-our $VERSION = '1.00';
+our $VERSION = '1.02';
=head1 NAME
#!/usr/bin/perl
-
-$VERSION = '1.00';
+$VERSION = '1.01';
BEGIN {
push @INC, './lib';
package warnings;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
=head1 NAME