[Moose-commits] r7442 - MooseX-GlobRef-Object/trunk

dexter at code2.0beta.co.uk dexter at code2.0beta.co.uk
Sat Jan 31 11:48:24 GMT 2009


Author: dexter
Date: 2009-01-31 03:48:23 -0800 (Sat, 31 Jan 2009)
New Revision: 7442

Modified:
   MooseX-GlobRef-Object/trunk/
   MooseX-GlobRef-Object/trunk/Build.PL
   MooseX-GlobRef-Object/trunk/Changes
Log:
* Fix Build.PL.


Property changes on: MooseX-GlobRef-Object/trunk
___________________________________________________________________
Name: svn:ignore
   - *.bak
*.bat
*.deb
*.gz
*.ppd
*.tgz
*.tmp
.includepath
.project
.settings
Build
Debian_CPANTS.txt
IO-Moose-*
LICENSE
META.yml
Makefile.PL
README
_build
blib
cover_db

   + *.bak
*.bat
*.deb
*.gz
*.ppd
*.tgz
*.tmp
.includepath
.project
.settings
Build
Debian_CPANTS.txt
*-[0-9]*.[0-9]*
LICENSE
META.yml
Makefile.PL
README
_build
blib
cover_db


Modified: MooseX-GlobRef-Object/trunk/Build.PL
===================================================================
--- MooseX-GlobRef-Object/trunk/Build.PL	2009-01-31 04:31:16 UTC (rev 7441)
+++ MooseX-GlobRef-Object/trunk/Build.PL	2009-01-31 11:48:23 UTC (rev 7442)
@@ -15,27 +15,15 @@
     module_name => $module,
     license => 'perl',
     requires => {
-        'perl'                    => 5.008,
-        'constant::boolean'       => 0,
-        'maybe'                   => 0,
-        'Exception::Argument'     => 0,
-        'Exception::Base'         => 0.21,
-        'Exception::Died'         => 0,
-        'Exception::Fatal'        => 0,
-        'Exception::System'       => 0.11,
-        'File::Stat::Moose'       => 0.03,
-        'MooseX::GlobRef::Object' => 0.03,
-        'Task::Weaken'            => 0,
-        'Test::Assert'            => 0.04,
+        'perl'               => 5.006,
+        'Moose'              => 0.56,
+        'parent'             => 0,
     },
     optional => {
-        'Smart::Comments'         => 0,
     },
     build_requires => {
-        'parent'                  => 0,
-        'Exception::Warning'      => 0,
-        'Taint::Runtime'          => 0,
-        'Test::Unit::Lite'        => 0.11,
+        'Test::Unit::Lite'   => 0.11,
+        'Test::Assert'       => 0,
     },
     create_makefile_pl => 'traditional',
     create_readme => 1,

Modified: MooseX-GlobRef-Object/trunk/Changes
===================================================================
--- MooseX-GlobRef-Object/trunk/Changes	2009-01-31 04:31:16 UTC (rev 7441)
+++ MooseX-GlobRef-Object/trunk/Changes	2009-01-31 11:48:23 UTC (rev 7442)
@@ -1,5 +1,5 @@
 ------------------------------------------------------------------------
-0.05 | Piotr Roszatycki <dexter at debian.org> | 2009-01-30
+0.05 | Piotr Roszatycki <dexter at debian.org> | 2009-01-31
 
 * Attributes are stored in hash slot of glob reference.  Previously they were
   stored in hash reference pointed by scalar slot of glob reference.




More information about the Moose-commits mailing list