Searched refs:VERSION (Results 326 - 350 of 461) sorted by relevance

<<111213141516171819

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDebug.pm3 our $VERSION = '1.01';
H A DStackobj.pm10 our $VERSION = '1.00';
H A DAsmdata.pm13 our $VERSION = '1.01';
H A DLint.pm3 our $VERSION = '1.02';
H A DXref.pm3 our $VERSION = '1.01';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm6 $VERSION = '1.01';
7 $XS_VERSION = $VERSION;
8 $VERSION = eval $VERSION;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DAlias.pm5 our $VERSION = do { my @r = (q$Revision: 1.38 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
H A DEncoder.pm7 our $VERSION = do { my @r = (q$Revision: 0.7 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
H A DGuess.pm5 our $VERSION = do { my @r = (q$Revision: 1.9 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm7 $Safe::VERSION = "2.28";
81 &UNIVERSAL::VERSION
91 $version::VERSION
170 Opcode::_safe_pkg_prep($obj->{Root}) if($Opcode::VERSION > 1.04);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DFast.pm22 $CGI::Fast::VERSION='1.08';
H A DPretty.pm13 $CGI::Pretty::VERSION = '3.46';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DPath.pm122 our $VERSION = "1.06";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsort.pm3 our $VERSION = '1.02';
H A DExporter.pm12 our $VERSION = '5.58';
324 checks the value of $VERSION in the exporting module.
326 Since the default require_version method treats the $VERSION number as
H A DSwitch.pm4 use vars qw($VERSION);
7 $VERSION = '2.10';
503 =head1 VERSION
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm4 our($VERSION, @ISA, @EXPORT_OK, @EXPORT_FAIL, %EXPORT_TAGS,
59 $VERSION = '1.02';
96 XSLoader::load 'File::Glob', $VERSION;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm20 use vars qw($VERSION);
21 $VERSION = substr q$Revision: 1.60 $, 10;
42 unless ($CPAN::VERSION) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm162 use vars qw( $VERSION @ISA @EXPORT @EXPORT_OK $data );
164 $VERSION = "2.011";
180 $data =~ s/__VERSION__/$VERSION/g;
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfscluster.c69 "cluster.\n\n", EXEC_NAME, VERSION,
H A Dntfsls.c143 "Volume.\n\n", EXEC_NAME, VERSION,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm14 $VERSION = '0.27';
65 XSLoader::load('Sys::Syslog', $VERSION);
70 bootstrap Sys::Syslog $VERSION;
830 =head1 VERSION
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm2 use vars qw (@ISA $VERSION %XS_Constant %XS_TypeSet @EXPORT_OK %EXPORT_TAGS);
3 $VERSION = '0.14';
1237 =item autoload PACKAGE, VERSION, AUTOLOADER
1240 I<VERSION> is the perl version the code should be backwards compatible with.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm34 use vars qw(@ISA %ESCAPES $PREAMBLE $VERSION);
41 $VERSION = 1.37;
455 my $pversion = $Pod::Parser::VERSION;
457 .\\" Automatically generated by Pod::Man v$VERSION, Pod::Parser v$pversion
1152 my $parser = Pod::Man->new (release => $VERSION, section => 8);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DArray.pm6 our $VERSION = '1.03';

Completed in 66 milliseconds

<<111213141516171819