VERSIONize.
Jarkko Hietaniemi [Wed, 14 Nov 2001 21:24:39 +0000 (21:24 +0000)]
p4raw-id: //depot/perl@13004

lib/File/Spec/Epoc.pm
lib/PerlIO.pm
lib/encoding.pm
lib/integer.pm

index 036bcca..eec5a1a 100644 (file)
@@ -1,5 +1,7 @@
 package File::Spec::Epoc;
 
+our $VERSION = '1.00';
+
 use strict;
 use Cwd;
 use vars qw(@ISA);
index f50cdb3..bb678a6 100644 (file)
@@ -1,5 +1,7 @@
 package PerlIO;
 
+our $VERSION = '1.00';
+
 # Map layer name to package that defines it
 my %alias = (encoding => 'Encode');
 
index 94ee323..4938bfd 100644 (file)
@@ -1,5 +1,7 @@
 package encoding;
 
+our $VERSION = '1.00';
+
 use Encode;
 
 sub import {
index 998574f..caa1ea6 100644 (file)
@@ -1,5 +1,7 @@
 package integer;
 
+our $VERSION = '1.00';
+
 =head1 NAME
 
 integer - Perl pragma to use integer arithmetic instead of floating point