Revision history for DBIx::Class::UUIDColumns
+0.02003 Fri MAr 7 19:52:56 2008
+ - Quick fix for CPANTS META/author
+
0.02002 Mon Sep 24 23:14:45 2007
- Added Class::Accessor::Grouped to PREREQ. Duh.
aegis.log$
\bconfig$
\bbuild$
+\.DS_Store$
# Avoid Makemaker generated and utility files.
\bMakefile$
\.tmp$
\#$
\b\.#
-
-# Avoid author test files.
-\bpod-spelling.t$
+\.kpf
+\.tmproj
tests "t/*.t t/*/*.t";
clean_files "DBIx-Class-UUIDColumns-* t/var";
+eval {
+ system 'pod2text lib/DBIx/Class/UUIDColumns.pm > README';
+};
+
auto_install;
-WriteMakefile(
- dist => {
- PREOP => 'pod2text lib/DBIx/Class/UUIDColumns.pm > README'
- }
-);
+WriteMakefile;
# i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports
# brain damage and presumably various other packaging systems too
-$VERSION = '0.02002';
+$VERSION = '0.02003';
sub uuid_columns {
my $self = shift;
ok_manifest({
exclude => ['/t/var', '/cover_db'],
- filter => [qr/\.svn/, qr/cover/, qr/Build(.(PL|bat))?/, qr/_build/],
+ filter => [qr/\.svn/, qr/cover/, qr/Build(.(PL|bat))?/, qr/_build/, qr/\.tmproj/],
bool => 'or'
});