summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjimk <jimk@07862939-d7ef-0310-b512-86c215e7314a>2005-10-01 13:00:25 +0000
committerjimk <jimk@07862939-d7ef-0310-b512-86c215e7314a>2005-10-01 13:00:25 +0000
commitfaaf74c0f35ae57c0d9239d4af74a7f82c2fbfb6 (patch)
tree539bf6c7b1687a4f5f4fcb0354e1048220a19d32 /README
parenta57d68633d440e746a4b6c2ea6a67f43aa26a146 (diff)
Upped version number to 0.43_01 and date to October 1, 2005.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index be6d4eb..de70f81 100644
--- a/README
+++ b/README
@@ -1,14 +1,14 @@
ExtUtils::ModuleMaker - Better than h2xs for creating modules
-This document refers to version 0.43 of ExtUtils::ModuleMaker.
-his version was released September 29, 2005.
+This document refers to version 0.43_01 of ExtUtils::ModuleMaker.
+his version was released October 1, 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.43.tar.gz
-% tar xf ExtUtils-ModuleMaker-0.43.tar
-% cd ExtUtils-ModuleMaker-0.43
+% gunzip ExtUtils-ModuleMaker-0.43_01.tar.gz
+% tar xf ExtUtils-ModuleMaker-0.43_01.tar
+% cd ExtUtils-ModuleMaker-0.43_01
% perl Makefile.PL
% make
% make test