added inc directory so that Module::Install can pull all
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 12 Nov 2007 15:19:32 +0000 (15:19 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 12 Nov 2007 15:19:32 +0000 (15:19 +0000)
commit21c896de3876e6f019542148d6eb786bb5572036
tree8c5bcfc2b9f7d19844540da3060eb9b7b10710c2
parent8e930418d9be1ca455d38f2f3ce4c013432539db
added inc directory so that Module::Install can pull all
dependencies right out of svn checkout

git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@188 836a5e1a-633d-0410-964b-294494ad4392
12 files changed:
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/PRIVATE.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]