/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.pm | 34 use vars qw($VERSION @ISA); 35 $VERSION = '1.3'; 37 bootstrap Sun::Solaris::Kstat $VERSION;
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Intrs/ |
H A D | Intrs.pm | 32 use vars qw($VERSION @ISA @EXPORT_OK); 36 our $VERSION = '0.02'; 38 bootstrap Sun::Solaris::Intrs $VERSION;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/t/lib/Digest/ |
H A D | Dummy.pm | 4 use vars qw($VERSION @ISA); 5 $VERSION = 1;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/ |
H A D | 00_version.t | 8 if ($Tie::File::VERSION != $testversion) { 13 You seem to be running version $Tie::File::VERSION of the module
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/ |
H A D | TestInit.pm | 18 $VERSION = 1.01;
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/ |
H A D | Utils.pm | 35 use vars qw($VERSION @ISA @EXPORT_OK); 36 $VERSION = '1.3'; 39 bootstrap Sun::Solaris::Utils $VERSION;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/base/t/ |
H A D | base.t | 12 sub VERSION { 42 } subroutine 17 ::ok( $No::Version::VERSION =~ /set by base\.pm/, '$VERSION bug' ); 19 # Test Inverse of $VERSION bug base.pm should not clobber existing $VERSION 22 BEGIN { $Has::Version::VERSION = '42' }; 27 ::is( $Has::Version::VERSION, 42 ); 37 $Eval2::VERSION = "1.02"; 39 $Eval1::VERSION = "1.01"; 46 is( $Eval1::VERSION, 1.0 [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/FTP/ |
H A D | E.pm | 6 $VERSION = "0.01";
|
H A D | L.pm | 6 $VERSION = "0.01";
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/ |
H A D | File.pm | 15 our $VERSION = '1.3'; 17 XSLoader::load(__PACKAGE__, $VERSION);
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Task/ |
H A D | Task.pm | 15 our $VERSION = '1.4'; 17 XSLoader::load(__PACKAGE__, $VERSION);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/ |
H A D | Constants.pm | 15 use vars qw($VERSION @ISA @EXPORT); 16 $VERSION = sprintf("%d.%02d", q$Revision: 2.1 $ =~ /(\d+)\.(\d+)/);
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/ |
H A D | perlgcc.PL | 28 our $VERSION = '1.2'; 48 our \$VERSION = '$VERSION';
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/ |
H A D | AnyDBM_File.pm | 13 use vars qw(@ISA $VERSION); 14 $VERSION = 0.65;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigFloat/ |
H A D | Subclass.pm | 10 use vars qw($VERSION @ISA $PACKAGE 15 $VERSION = 0.04;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/ |
H A D | BareCalc.pm | 8 use vars qw/@ISA $VERSION/; 11 $VERSION = '0.02'; 38 print "# BareCalc using Calc v$Math::BigInt::Calc::VERSION\n";
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Ucred/ |
H A D | Ucred.pm | 15 our $VERSION = '1.3'; 17 XSLoader::load(__PACKAGE__, $VERSION);
|
/osnet-11/usr/src/grub/grub-0.97/ |
H A D | config.h | 107 #define VERSION "0.97" macro
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
H A D | Config.pm | 5 our $VERSION = do { my @r = (q$Revision: 1.7 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/ |
H A D | Descriptions.pm | 2 $VERSION = '1.00';
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/ |
H A D | VERSION_FROM.t | 29 print MPL "\$VERSION = 0\n"; 39 is( $mm->{VERSION}, 0, 'VERSION_FROM when $VERSION = 0' );
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/Long/t/ |
H A D | gol-basic.t | 12 $Getopt::Long::VERSION) 13 unless $Getopt::Long::VERSION ge "2.24";
|
H A D | gol-oo.t | 12 $Getopt::Long::VERSION) 13 unless $Getopt::Long::VERSION ge "2.24";
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/ |
H A D | use.t | 55 local $lib::VERSION = 1.0; 108 local $lib::VERSION = 35.36; 129 local $lib::VERSION = '35.36'; 150 local $lib::VERSION = v35.36; 175 # Check that a .pm file with no package or VERSION doesn't core. 180 unless ($@ =~ /^xxx defines neither package nor VERSION--version check failed at/) {
|
/osnet-11/usr/src/grub/grub-0.97/util/ |
H A D | grub-terminfo.in | 20 VERSION=@VERSION@ 46 echo "grub-terminfo (GNU GRUB ${VERSION})"
|