From 031e690e403b4b6c1fb8c3cf2705144430e4c528 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Wed, 22 Dec 2010 02:43:09 +1300 Subject: [PATCH 1/2] Fix that sillyness quick, DB is nasty :( --- Changes | 3 +++ dist.ini | 16 ++++++++++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 9ee06f6..fb2362c 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for {{$dist->name}} {{$NEXT}} + Distribution Change only. Otherwise identical to previous release. + Don't index DB. + 0.01011701 2010-12-22 02:29:00 Pacific/Auckland Give up on trying to operate with the Carp shipped with 5.6.2. diff --git a/dist.ini b/dist.ini index 7a49278..122210d 100644 --- a/dist.ini +++ b/dist.ini @@ -7,7 +7,12 @@ copyright_holder = Kent Fredric ; Uncomment this to bootstrap via self ; [Bootstrap::lib] -[@KENTNL] + +[@Filter] +-bundle = @KENTNL +-remove = MetaProvides::Package +-remove = AutoVersion::Relative + version_major = 0 version_minor = 1 ; the following data denotes when this minor was minted @@ -18,4 +23,11 @@ version_rel_hour = 0 version_rel_time_zone = Pacific/Auckland twitter_hash_tags = #perl #cpan -[Prereqs] +[MetaProvides::Package] +meta_noindex = 1 + +[MetaNoIndex] +namespace = DB + +[Git::NextVersion] +version_regexp = ^(.*)-source$ From ecba91c6c3c8f2b92daf9cc8f88b0282d0f246f2 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Wed, 22 Dec 2010 02:43:57 +1300 Subject: [PATCH 2/2] v0.01011702 Distribution Change only. Otherwise identical to previous release. Don't index DB. --- Changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changes b/Changes index fb2362c..af3063a 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for {{$dist->name}} {{$NEXT}} +0.01011702 2010-12-22 02:43:35 Pacific/Auckland + Distribution Change only. Otherwise identical to previous release. Don't index DB.