X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=Makefile.PL;h=3713ac459426b8c8cc0dab36088f6ab0c78f943b;hp=bf6a999316a93004b93e450ad170a00ddb5992c3;hb=e09687925b1e2de710c715e042fafa2d8ffd8a99;hpb=aa8b764738156914d48d182ee0706e4c3d4e5c99 diff --git a/Makefile.PL b/Makefile.PL index bf6a999..3713ac4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,7 @@ use strict; use warnings; use inc::Module::Install 0.91; +use Module::Install::Repository; name 'Devel-REPL'; perl_version '5.008001'; @@ -8,6 +9,11 @@ all_from 'lib/Devel/REPL.pm'; install_script 'script/re.pl'; +# r/w: p5sagit@git.shadowcat.co.uk:Devel-REPL.git +# r/o: git://git.shadowcat.co.uk/p5sagit/Devel-REPL.git +# homepage: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-REPL.git +auto_set_repository; + # core requires 'File::Spec'; requires 'Term::ReadLine';