Searched refs:VERSION (Results 51 - 75 of 461) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/
H A DPrivilege.pm16 our $VERSION = '1.6';
19 XSLoader::load(__PACKAGE__, $VERSION);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A DByteLoader.pm5 our $VERSION = '0.05';
7 XSLoader::load 'ByteLoader', $VERSION;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/encoding/
H A Dencoding.pm3 our $VERSION = '0.07';
13 XSLoader::load(__PACKAGE__, $VERSION);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dforgive.t29 if (!eval { require File::Spec; 1 } || $File::Spec::VERSION < 0.8) {
32 # Mention $File::Spec::VERSION again, as 5.00503's harness seems to have
34 exit $File::Spec::VERSION;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DNox.pm3 use vars qw($VERSION @EXPORT);
12 $VERSION = "1.03";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_BeOS.pm26 use vars qw(@ISA $VERSION);
28 $VERSION = 1.04;
H A DMM_DOS.pm4 use vars qw($VERSION @ISA);
6 $VERSION = 0.02;
H A DMM_UWIN.pm4 use vars qw($VERSION @ISA);
5 $VERSION = 0.02;
H A Dtestlib.pm2 $VERSION = 1.15;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/MakeMaker/
H A Dbytes.pm3 use vars qw($VERSION);
4 $VERSION = 0.01;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/FTP/
H A DA.pm7 use vars qw(@ISA $buf $VERSION);
13 $VERSION = "1.16";
H A DI.pm7 use vars qw(@ISA $buf $VERSION);
13 $VERSION = "1.12";
H A Ddataconn.pm8 use vars qw(@ISA $timeout $VERSION);
12 $VERSION = '0.11';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DAssert.pm7 use vars qw($VERSION @EXPORT @ISA);
9 $VERSION = '0.02';
H A DIterator.pm4 use vars qw($VERSION);
5 $VERSION = 0.02;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DUNIVERSAL.pm3 our $VERSION = '1.01';
13 @EXPORT_OK = qw(isa can VERSION);
30 use UNIVERSAL qw( isa can VERSION );
33 $ver = VERSION $obj ;
124 =item C<VERSION ( [ REQUIRE ] )>
126 C<VERSION> will return the value of the variable C<$VERSION> in the
131 C<VERSION> can be called as either a class (static) method, an object
142 C<VERSION>), however it isn't usually necessary to do so. Perl magically
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Hostname/
H A DHostname.pm13 our $VERSION;
18 $VERSION = '1.11';
23 XSLoader::load('Sys::Hostname', $VERSION);
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dconfig.h279 #define VERSION "2.0.0" macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DStash.pm5 our $VERSION = '1.00';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DCJKConstants.pm10 our $VERSION = do { my @r = (q$Revision: 1.2 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/
H A DDemo.pm4 $VERSION = '1.00';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/
H A Dcompress.pm7 our $VERSION = '0.01';
H A Dint32.pm6 our $VERSION = '0.01';
H A Dutf8.pm7 our $VERSION = '0.01';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Exporter/
H A DHeavy.pm7 require Exporter; our $VERSION = $Exporter::VERSION;
121 $pkg->VERSION($sym); # inherit from UNIVERSAL
237 return ${pkg}->VERSION($wanted);

Completed in 111 milliseconds

1234567891011>>