foo
authorStevan Little <stevan.little@iinteractive.com>
Thu, 1 Jun 2006 14:47:52 +0000 (14:47 +0000)
committerStevan Little <stevan.little@iinteractive.com>
Thu, 1 Jun 2006 14:47:52 +0000 (14:47 +0000)
commit5f654d8ec893246d215ae8a3b0fa9b467d50b3b9
tree1daa779ed7c0924e4ff949387cba91ba3d846d98
parent107a672e40077f878689e71841da25e71423c841
foo
13 files changed:
lib/Moose/Autobox.pm [new file with mode: 0644]
lib/Moose/Autobox/Array.pm [new file with mode: 0644]
lib/Moose/Autobox/Code.pm [new file with mode: 0644]
lib/Moose/Autobox/Defined.pm [new file with mode: 0644]
lib/Moose/Autobox/Hash.pm [new file with mode: 0644]
lib/Moose/Autobox/Item.pm [new file with mode: 0644]
lib/Moose/Autobox/Ref.pm [new file with mode: 0644]
lib/Moose/Autobox/Scalar.pm [new file with mode: 0644]
lib/Moose/Autobox/Undef.pm [new file with mode: 0644]
lib/Moose/Autobox/Value.pm [new file with mode: 0644]
t/000_load.t [new file with mode: 0644]
t/001_basic.t [new file with mode: 0644]
t/001_example.t [new file with mode: 0644]