local doc updates for recent changes. wondering how much point there is in keeping...
authorsboyette <sboyette@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 21 Aug 2009 13:17:29 +0000 (13:17 +0000)
committersboyette <sboyette@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 21 Aug 2009 13:17:29 +0000 (13:17 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1748 9efc2488-bf62-4759-914b-345cdb29e865

src/perl/Changes
src/perl/README

index 77930fd..4516630 100644 (file)
@@ -1,5 +1,8 @@
 Revision history for OpenSRF
 
+1.0.7   2009/??/??
+        Dropped Module::Install for Module::Build
+
 1.0.0   2008/12/17
         Change in name only
 
index 17e0b2d..9c961db 100644 (file)
@@ -8,6 +8,9 @@ INSTALLATION
 To install this module, run the following commands:
 
        perl Build.PL
+        ./Build
+        ./Build test
+        ./Build install
 
 and if all goes well, the module will be built, tested, and installed.