Initial import
commitaff6a27ba45e834b968949f1b946f23615a6df09
authorsno <sno>
Tue, 13 Nov 2012 08:55:47 +0000 (13 08:55 +0000)
committersno <sno>
Tue, 13 Nov 2012 08:55:47 +0000 (13 08:55 +0000)
treee87b14722942a4c2b423fe8854d65d4ce15abf41
parent126d12481282bb82366fb93e56d30be3fd736c9c
Initial import
25 files changed:
Changes [new file with mode: 0644]
MANIFEST.SKIP [new file with mode: 0644]
dist.ini [new file with mode: 0644]
lib/ExtUtils/Toolchain/BCC.pm [new file with mode: 0644]
lib/ExtUtils/Toolchain/GCC.pm [new file with mode: 0644]
lib/ExtUtils/Toolchain/ICC.pm [new file with mode: 0644]
lib/ExtUtils/Toolchain/MSVC.pm [new file with mode: 0644]
lib/ExtUtils/Toolchain/SunPRO.pm [new file with mode: 0644]
lib/ExtUtils/Toolchain/XLC.pm [new file with mode: 0644]
lib/ExtUtils/Toolchain/aCC.pm [new file with mode: 0644]
lib/ExtUtils/Toolchain/cc.pm [new file with mode: 0644]
lib/ExtUtils/XBuilder.pm [new file with mode: 0644]
lib/ExtUtils/XBuilder/Base.pm [new file with mode: 0644]
lib/ExtUtils/XBuilder/Platform/MSWin32.pm [new file with mode: 0644]
lib/ExtUtils/XBuilder/Platform/Unix.pm [new file with mode: 0644]
lib/ExtUtils/XBuilder/Platform/VMS.pm [new file with mode: 0644]
lib/ExtUtils/XBuilder/Platform/aix.pm [new file with mode: 0644]
lib/ExtUtils/XBuilder/Platform/cygwin.pm [new file with mode: 0644]
lib/ExtUtils/XBuilder/Platform/darwin.pm [new file with mode: 0644]
lib/ExtUtils/XBuilder/Platform/dec_osf1.pm [new file with mode: 0644]
lib/ExtUtils/XBuilder/Platform/os2.pm [new file with mode: 0644]
t/00-load.t [new file with mode: 0644]
t/manifest.t [new file with mode: 0644]
t/pod-coverage.t [new file with mode: 0644]
t/pod.t [new file with mode: 0644]