(These hacks are no more needed since the PAUSE indexer no
more indexes the insides of Perl distributions, says Andreas.)
p4raw-id: //depot/perl@20687
use XSLoader ();
-# Underscore to allow older Perls to access older version from CPAN
-$Devel::DProf::VERSION = '20030801.00_00'; # this version not authorized by
- # Dean Roehrich. See "Changes" file.
+$Devel::DProf::VERSION = '20030813.00'; # this version not authorized by
+ # Dean Roehrich. See "Changes" file.
XSLoader::load 'Devel::DProf', $Devel::DProf::VERSION;
package Devel::Peek;
-# Underscore to allow older Perls to access older version from CPAN
-$VERSION = '1.00_03';
+$VERSION = '1.01';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
use File::Spec;
@ISA = qw(Tie::Hash Exporter);
-$VERSION = "1.03_00";
+$VERSION = "1.04";
$VERSION = eval $VERSION;
@EXPORT_OK = qw(DIR_UNLINK);
-
package IO::Handle;
=head1 NAME
require Exporter;
@ISA = qw(Exporter);
-$VERSION = "1.22_00";
+$VERSION = "1.23";
$VERSION = eval $VERSION;
@EXPORT_OK = qw(
@EXPORT = qw(SEEK_SET SEEK_CUR SEEK_END);
@ISA = qw(Exporter);
-$VERSION = "1.08_00";
+$VERSION = "1.09";
$VERSION = eval $VERSION;
sub seek {
use Carp;
@ISA = qw(IO::Socket);
-$VERSION = "1.20_00";
+$VERSION = "1.21";
$VERSION = eval $VERSION;
IO::Socket::UNIX->register_domain( AF_UNIX );
use vars qw($VERSION);
use Carp;
-$VERSION = "1.01_00";
+$VERSION = "1.02";
$VERSION = eval $VERSION;
{
use vars qw($VERSION);
use Carp;
-$VERSION = "1.01_00";
+$VERSION = "1.02";
$VERSION = eval $VERSION;
{
require Exporter;
@ISA = qw(Exporter);
-$VERSION = "1.03_00";
+$VERSION = "1.04";
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;