[Bps-public-commit] r12509 - in Prophet/branches/moose: .

jesse at bestpractical.com jesse at bestpractical.com
Sun May 18 10:54:16 EDT 2008


Author: jesse
Date: Sun May 18 10:54:15 2008
New Revision: 12509

Modified:
   Prophet/branches/moose/   (props changed)
   Prophet/branches/moose/Makefile.PL
   Prophet/branches/moose/lib/Prophet/CLI.pm

Log:
 r31693 at 31b:  jesse | 2008-05-18 22:09:38 +0800
  Kill some extra mooses


Modified: Prophet/branches/moose/Makefile.PL
==============================================================================
--- Prophet/branches/moose/Makefile.PL	(original)
+++ Prophet/branches/moose/Makefile.PL	Sun May 18 10:54:15 2008
@@ -3,7 +3,7 @@
 use inc::Module::Install;
 name('Prophet');
 author('clkao and jesse');
-license('DeathandRepudiation');
+license('Perl');
 
 requires('Params::Validate');
 requires('List::MoreUtils');
@@ -11,7 +11,6 @@
 requires('IPC::Run3');
 requires('Data::UUID');
 requires('Path::Class');
-requires('YAML::Syck');
 requires('Test::Exception');
 requires('UNIVERSAL::require');
 requires('Term::ReadKey');
@@ -46,6 +45,10 @@
         recommends('Acme::MetaSyntactic'),
         recommends('Devel::Gladiator')
     ],
+    'Testing' => [
+        -default => 1,
+        'YAML::Syck' => 0
+    ]
 );
 
 all_from('lib/Prophet.pm');

Modified: Prophet/branches/moose/lib/Prophet/CLI.pm
==============================================================================
--- Prophet/branches/moose/lib/Prophet/CLI.pm	(original)
+++ Prophet/branches/moose/lib/Prophet/CLI.pm	Sun May 18 10:54:15 2008
@@ -436,7 +436,6 @@
 package Prophet::CLI::Command::Update;
 use Moose;
 extends 'Prophet::CLI::Command';
-use Moose;
 with 'Prophet::CLI::RecordCommand';
 
 sub edit_record {
@@ -473,8 +472,6 @@
 package Prophet::CLI::Command::Delete;
 use Moose;
 extends 'Prophet::CLI::Command';
-
-use Moose;
 with 'Prophet::CLI::RecordCommand';
 sub run {
     my $self = shift;
@@ -493,7 +490,6 @@
 package Prophet::CLI::Command::Show;
 use Moose;
 extends 'Prophet::CLI::Command';
-use Moose;
 with 'Prophet::CLI::RecordCommand';
 
 



More information about the Bps-public-commit mailing list