Преглед на файлове

Update Installation section of readme with Dist::Zilla build commands

As best I understand it, Dist::Zilla replaces the make stuff entirely,
so the readme should reflect that.
gempesaw преди 12 години
родител
ревизия
5cb1cd2045
променени са 1 файла, в които са добавени 3 реда и са изтрити 4 реда
  1. 3 4
      README

+ 3 - 4
README

@@ -15,10 +15,9 @@ INSTALLATION
 
 To install this module, run the following commands:
 
-	perl Makefile.PL
-	make
-	make test
-	make install
+       dzil build
+       dzil test
+       dzil install
 
 UNIT TESTS