first checkin of MooseX-Object-Pluggable 0.0002
authorGuillermo Roditi <groditi@gmail.com>
Tue, 16 Jan 2007 20:20:11 +0000 (20:20 +0000)
committerGuillermo Roditi <groditi@gmail.com>
Tue, 16 Jan 2007 20:20:11 +0000 (20:20 +0000)
commit421e9f8d52cf41796d09266414e4164a488dfb2d
treef861d2ef3b603d6ef7468c4ae76fccd99d8b75fd
first checkin of MooseX-Object-Pluggable
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/Object/Pluggable.pm [new file with mode: 0644]
t/00-load.t [new file with mode: 0644]
t/01-basic.t [new file with mode: 0644]
t/boilerplate.t [new file with mode: 0644]
t/lib/TestApp.pm [new file with mode: 0644]
t/lib/TestApp/Plugin/Bar.pm [new file with mode: 0644]
t/lib/TestApp/Plugin/Baz.pm [new file with mode: 0644]
t/lib/TestApp/Plugin/Baz/ExtensionFor/Bar.pm [new file with mode: 0644]
t/lib/TestApp/Plugin/Bor.pm [new file with mode: 0644]
t/lib/TestApp/Plugin/Bor/ExtensionFor/Foo.pm [new file with mode: 0644]
t/lib/TestApp/Plugin/Foo.pm [new file with mode: 0644]
t/lib/TestApp/Plugin/Foo/ExtensionFor/Bar.pm [new file with mode: 0644]
t/lib/TestApp/Plugin/Foo/ExtensionFor/Baz.pm [new file with mode: 0644]
t/pod-coverage.t [new file with mode: 0644]
t/pod.t [new file with mode: 0644]