From: Stevan Little Date: Thu, 17 Aug 2006 17:00:19 +0000 (+0000) Subject: foo X-Git-Tag: 0_03~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8b1ad67d6a1fd9365dfb22841ac0471b974c9244;p=gitmo%2FMoose-Autobox.git foo --- diff --git a/MANIFEST b/MANIFEST index 934932a..8fbe049 100644 --- a/MANIFEST +++ b/MANIFEST @@ -5,7 +5,9 @@ META.yml MANIFEST MANIFEST.SKIP README -examples/tic_tac_toe.t +examples/tic_tac_toe.pl +examples/units/time.pl +examples/units/bytes.pl lib/Moose/Autobox.pm lib/Moose/Autobox/Array.pm lib/Moose/Autobox/Code.pm diff --git a/examples/tic_tac_toe.t b/examples/tic_tac_toe.pl similarity index 100% rename from examples/tic_tac_toe.t rename to examples/tic_tac_toe.pl diff --git a/examples/units/bytes.t b/examples/units/bytes.pl similarity index 100% rename from examples/units/bytes.t rename to examples/units/bytes.pl diff --git a/examples/units/time.t b/examples/units/time.t index 10f228c..7bb1fb0 100644 --- a/examples/units/time.t +++ b/examples/units/time.t @@ -4,7 +4,6 @@ use strict; use warnings; use Moose::Autobox; -use Moose::Autobox::Undef; { package Units::Time;