initial checkin
authorGuillermo Roditi <groditi@gmail.com>
Sat, 23 Feb 2008 22:13:11 +0000 (22:13 +0000)
committerGuillermo Roditi <groditi@gmail.com>
Sat, 23 Feb 2008 22:13:11 +0000 (22:13 +0000)
commit3890b670fd4eee3b2fb8782dc4372adf52557cc1
treedc720c1d01766c75ec531531d0584b22a266852f
initial checkin
56 files changed:
Changes [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
META.yml [new file with mode: 0644]
Makefile [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
blib/arch/.exists [new file with mode: 0644]
blib/arch/auto/MooseX/AutoDoc/.exists [new file with mode: 0644]
blib/bin/.exists [new file with mode: 0644]
blib/lib/MooseX/.exists [new file with mode: 0644]
blib/lib/MooseX/AutoDoc.pm [new file with mode: 0644]
blib/lib/MooseX/AutoDoc/View.pm [new file with mode: 0644]
blib/lib/MooseX/AutoDoc/View/TT.pm [new file with mode: 0644]
blib/lib/auto/MooseX/AutoDoc/.exists [new file with mode: 0644]
blib/man1/.exists [new file with mode: 0644]
blib/man3/.exists [new file with mode: 0644]
blib/script/.exists [new file with mode: 0644]
inc/Module/AutoInstall.pm [new file with mode: 0644]
inc/Module/Install.pm [new file with mode: 0644]
inc/Module/Install/AutoInstall.pm [new file with mode: 0644]
inc/Module/Install/Base.pm [new file with mode: 0644]
inc/Module/Install/Can.pm [new file with mode: 0644]
inc/Module/Install/Fetch.pm [new file with mode: 0644]
inc/Module/Install/Include.pm [new file with mode: 0644]
inc/Module/Install/Makefile.pm [new file with mode: 0644]
inc/Module/Install/Metadata.pm [new file with mode: 0644]
inc/Module/Install/Win32.pm [new file with mode: 0644]
inc/Module/Install/WriteAll.pm [new file with mode: 0644]
lib/MooseX/AutoDoc.pm [new file with mode: 0644]
lib/MooseX/AutoDoc/View.pm [new file with mode: 0644]
lib/MooseX/AutoDoc/View/TT.pm [new file with mode: 0644]
pm_to_blib [new file with mode: 0644]
t/000-load.t [new file with mode: 0644]
t/001-basic.t [new file with mode: 0644]
t/002-attributes.t [new file with mode: 0644]
t/003-moosex-types.t [new file with mode: 0644]
t/100-class.t [new file with mode: 0644]
t/101-class.t [new file with mode: 0644]
t/102-class.t [new file with mode: 0644]
t/103-class.t [new file with mode: 0644]
t/104-class.t [new file with mode: 0644]
t/105-class.t [new file with mode: 0644]
t/200-role.t [new file with mode: 0644]
t/201-role.t [new file with mode: 0644]
t/202-role.t [new file with mode: 0644]
t/lib/AutoDocTest/Role/Role1.pm [new file with mode: 0644]
t/lib/AutoDocTest/Role/Role2.pm [new file with mode: 0644]
t/lib/AutoDocTest/Role/Role3.pm [new file with mode: 0644]
t/lib/AutoDocTest1.pm [new file with mode: 0644]
t/lib/AutoDocTest2.pm [new file with mode: 0644]
t/lib/AutoDocTest3.pm [new file with mode: 0644]
t/lib/AutoDocTest4.pm [new file with mode: 0644]
t/lib/AutoDocTest5.pm [new file with mode: 0644]
t/lib/AutoDocTest6.pm [new file with mode: 0644]
t/lib/AutoDocTest7.pm [new file with mode: 0644]
t/lib/AutoDocTestTypes.pm [new file with mode: 0644]