RT#22364 (ASH) hopefully fixed with updated prereq
authorChristopher H. Laco <claco@cpan.org>
Sun, 6 May 2007 00:54:31 +0000 (00:54 +0000)
committerChristopher H. Laco <claco@cpan.org>
Sun, 6 May 2007 00:54:31 +0000 (00:54 +0000)
commit3469b2435b72e296830195a12e2b3e1bc5b3cc9d
treed7ea79025f458b0c4e932989ae06a11c9917739b
parent7408ffa3c76c0e4476c5a6a1f076a09a375de79b
RT#22364 (ASH) hopefully fixed with updated prereq
Added Data::GUID support
Fixed ::Win32API::GUID incorrect subclass
Converted to Module::Install
Added cargo tests/TEST_AUTHOR
Much improved test coverage
32 files changed:
Build.PL
Changes
MANIFEST [deleted file]
MANIFEST.SKIP
META.yml [deleted file]
Makefile.PL
README
lib/DBIx/Class/UUIDColumns.pm
lib/DBIx/Class/UUIDColumns/UUIDMaker/Data/GUID.pm [new file with mode: 0644]
lib/DBIx/Class/UUIDColumns/UUIDMaker/Win32API/GUID.pm
t/02pod.t [deleted file]
t/03podcoverage.t [deleted file]
t/04basic.t [deleted file]
t/05uuid.t [deleted file]
t/basic.t [new file with mode: 0644]
t/lib/BadUUIDMaker.pm [new file with mode: 0644]
t/lib/CustomUUIDMaker.pm
t/lib/DBIC/Test.pm [new file with mode: 0644]
t/lib/DBIC/Test/Schema.pm [new file with mode: 0644]
t/lib/DBIC/Test/Schema/Test.pm [moved from t/lib/UUIDTest/Schema/Test.pm with 58% similarity]
t/lib/UUIDTest.pm [deleted file]
t/lib/UUIDTest/Schema.pm [deleted file]
t/lib/UUIDTest/Setup.pm [deleted file]
t/manifest.t [new file with mode: 0644]
t/pod_coverage.t [new file with mode: 0644]
t/pod_spelling.t [new file with mode: 0644]
t/pod_syntax.t [new file with mode: 0644]
t/sql/test.sqlite.sql [new file with mode: 0644]
t/strict.t [new file with mode: 0644]
t/style_no_tabs.t [new file with mode: 0644]
t/uuid.t [new file with mode: 0644]
t/warnings.t [new file with mode: 0644]