projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
15e1d17
)
Add version variable
Perl 5 Porters [Fri, 21 Jun 1996 05:50:58 +0000 (
05:50
+0000)]
lib/ExtUtils/testlib.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/testlib.pm
b/lib/ExtUtils/testlib.pm
index
d559604
..
d80f2a2
100644
(file)
--- a/
lib/ExtUtils/testlib.pm
+++ b/
lib/ExtUtils/testlib.pm
@@
-1,4
+1,7
@@
package ExtUtils::testlib;
+$VERSION = substr q$Revision: 1.11 $, 10;
+# $Id: testlib.pm,v 1.11 1996/05/31 08:27:07 k Exp $
+
use lib qw(blib/arch blib/lib);
1;
__END__