p4raw-id: //depot/perl@24399
use strict;
use warnings;
-our $VERSION = "1.06";
+our $VERSION = "1.07";
our @ISA = qw( Exporter );
our @EXPORT = qw( mkpath rmtree );
package FileCache;
-our $VERSION = '1.04_01';
+our $VERSION = '1.05';
=head1 NAME
require Exporter;
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
-$VERSION = 1.0502;
+$VERSION = 1.0503;
@ISA = qw(Exporter);
@EXPORT = qw(pod2html htmlify);
@EXPORT_OK = qw(anchorify);
@EXPORT = qw(gensym ungensym qualify qualify_to_ref);
@EXPORT_OK = qw(delete_package geniosym);
-$VERSION = '1.05';
+$VERSION = '1.06';
my $genpkg = "Symbol::";
my $genseq = 0;
$utf8::hint_bits = 0x00800000;
-our $VERSION = '1.04';
+our $VERSION = '1.05';
sub import {
$^H |= $utf8::hint_bits;
package FindExt;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
use strict;
use warnings;