diff options
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -35,8 +35,17 @@ or Installation ------------ +From a release tarball: + +* perl Build.PL +* ./Build +* sudo ./Build install + +From git: + * perl Build.PL * ./Build +* ./Build manifest * sudo ./Build install See also the Module::Build documentation. |