import 0.001
authorhdp <hdp@3efe9002-19ed-0310-8735-a98156148065>
Tue, 29 Jan 2008 13:11:01 +0000 (13:11 +0000)
committerhdp <hdp@3efe9002-19ed-0310-8735-a98156148065>
Tue, 29 Jan 2008 13:11:01 +0000 (13:11 +0000)
commit644682682772cbb1724ee6cabfeee4b8a66bd457
treea1bd9ace1a44641f9d99a72285f78466f37b8139
parentb15813f47122042a001c3ca7ec8313bf0764ad3e
import 0.001
19 files changed:
Changes [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
lib/MooseX/InsideOut.pm [new file with mode: 0644]
lib/MooseX/InsideOut/Meta/Class.pm [new file with mode: 0644]
lib/MooseX/InsideOut/Meta/Instance.pm [new file with mode: 0644]
t/00-load.t [new file with mode: 0644]
t/lib/InsideOut/BaseArray.pm [new file with mode: 0644]
t/lib/InsideOut/BaseHash.pm [new file with mode: 0644]
t/lib/InsideOut/BaseIO.pm [new file with mode: 0644]
t/lib/InsideOut/BaseMoose.pm [new file with mode: 0644]
t/lib/InsideOut/SubArray.pm [new file with mode: 0644]
t/lib/InsideOut/SubHash.pm [new file with mode: 0644]
t/lib/InsideOut/SubIO.pm [new file with mode: 0644]
t/lib/InsideOut/SubMoose.pm [new file with mode: 0644]
t/pod-coverage.t [new file with mode: 0644]
t/pod.t [new file with mode: 0644]
t/sub.t [new file with mode: 0644]