p4raw-id: //depot/perl@24398
use XSLoader ();
-$Devel::DProf::VERSION = '20030813.00'; # this version not authorized by
+$Devel::DProf::VERSION = '20050310.00'; # this version not authorized by
# Dean Roehrich. See "Changes" file.
XSLoader::load 'Devel::DProf', $Devel::DProf::VERSION;
@ISA = qw(IO::Handle IO::Seekable Exporter);
-$VERSION = "1.10";
+$VERSION = "1.11";
@EXPORT = @IO::Seekable::EXPORT;
use Errno;
@ISA = qw(IO::Socket);
-$VERSION = "1.27";
+$VERSION = "1.28";
my $EINVAL = exists(&Errno::EINVAL) ? Errno::EINVAL() : 1;
sub G_NODEBUG() { 32 }
sub G_METHOD() { 64 }
-our $VERSION = '0.05';
+our $VERSION = '0.06';
bootstrap XS::APItest $VERSION;