[Bps-public-commit] Path-Dispatcher branch, master, updated. 9f608969935818946938a62d05af7e21aedd09f4

sartak at bestpractical.com sartak at bestpractical.com
Sun Aug 9 13:45:50 EDT 2009


The branch, master has been updated
       via  9f608969935818946938a62d05af7e21aedd09f4 (commit)
       via  1c2b29c2f11b076f9e7656d8f5a3e025dfbfc692 (commit)
      from  b9f3559b26eb05279fdb64f1c770b859fe280c29 (commit)

Summary of changes:
 Makefile.PL |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit 1c2b29c2f11b076f9e7656d8f5a3e025dfbfc692
Author: Shawn M Moore <sartak at gmail.com>
Date:   Sun Aug 9 13:42:55 2009 -0400

    Makefile.PL tweaks

diff --git a/Makefile.PL b/Makefile.PL
index b526bfd..6f8707b 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,12 +1,11 @@
 use inc::Module::Install;
 
-name           'Path-Dispatcher';
-all_from       'lib/Path/Dispatcher.pm';
+name     'Path-Dispatcher';
+all_from 'lib/Path/Dispatcher.pm';
 
 requires 'Any::Moose';
 requires 'Sub::Exporter';
 
-build_requires 'Test::More';
 build_requires 'Test::Exception';
 
 WriteAll;

commit 9f608969935818946938a62d05af7e21aedd09f4
Author: Shawn M Moore <sartak at gmail.com>
Date:   Sun Aug 9 13:45:42 2009 -0400

    Add repository information

diff --git a/Makefile.PL b/Makefile.PL
index 6f8707b..8657a8d 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,7 +1,8 @@
 use inc::Module::Install;
 
-name     'Path-Dispatcher';
-all_from 'lib/Path/Dispatcher.pm';
+name       'Path-Dispatcher';
+all_from   'lib/Path/Dispatcher.pm';
+repository 'http://github.com/bestpractical/path-dispatcher';
 
 requires 'Any::Moose';
 requires 'Sub::Exporter';

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list