X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=INSTALL;h=17283c83fa4ec0224e8abf15954e6b0df03180cd;hb=918803403dcdce61810022aed3c3b20d48e74722;hp=52679e3775057e8b8c79bf735953d2ab56821c18;hpb=f44b0eb9fd009aba77fa110ff28b7a9c88f5438a;p=catagits%2FDOM-Tiny.git diff --git a/INSTALL b/INSTALL index 52679e3..17283c8 100644 --- a/INSTALL +++ b/INSTALL @@ -24,16 +24,16 @@ Alternatively, if your CPAN shell is set up, you should just be able to do: As a last resort, you can manually install it. Download the tarball, untar it, then build it: - % perl Makefile.PL - % make && make test + % perl Build.PL + % ./Build && ./Build test Then install it: - % make install + % ./Build install If you are installing into a system-wide directory, you may need to run: - % sudo make install + % sudo ./Build install ## Documentation