summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjimk <jimk@07862939-d7ef-0310-b512-86c215e7314a>2005-09-13 01:42:48 +0000
committerjimk <jimk@07862939-d7ef-0310-b512-86c215e7314a>2005-09-13 01:42:48 +0000
commita02c31b8c53d87fe02bbf6a38222adbf9853dfe1 (patch)
tree39ae84d288589c1d6dd33975044041d8629b1c17 /README
parent6288d9c46522b63de0f39ab3ed433adb6e204888 (diff)
Upped version number to 0.39_09.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 286cde9..9a42223 100644
--- a/README
+++ b/README
@@ -1,14 +1,14 @@
ExtUtils::ModuleMaker - Better than h2xs for creating modules
-This document refers to version 0.39_08 of ExtUtils::ModuleMaker.
+This document refers to version 0.39_09 of ExtUtils::ModuleMaker.
his version was released September 12, 2005.
To install this module on your system, place the tarball archive file in a
temporary directory and call the following:
-% gunzip ExtUtils-ModuleMaker-0.39_08.tar.gz
-% tar xf ExtUtils-ModuleMaker-0.39_08.tar
-% cd ExtUtils-ModuleMaker-0.39_08
+% gunzip ExtUtils-ModuleMaker-0.39_09.tar.gz
+% tar xf ExtUtils-ModuleMaker-0.39_09.tar
+% cd ExtUtils-ModuleMaker-0.39_09
% perl Makefile.PL
% make
% make test