diff --git a/Build.PL b/Build.PL index 0fb497b..1c639a6 100644 --- a/Build.PL +++ b/Build.PL @@ -24,7 +24,7 @@ my %module_build_args = ( 'Kent Fredric ' ], 'dist_name' => 'Data-Handle', - 'dist_version' => '0.01011701', + 'dist_version' => '0.01011702', 'license' => 'perl', 'module_name' => 'Data::Handle', 'recommends' => {}, diff --git a/Changes b/Changes index 0f23933..2a9ade3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Data-Handle +0.01011702 2010-12-22 02:43:35 Pacific/Auckland + + 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/META.json b/META.json index bb05542..d8dca26 100644 --- a/META.json +++ b/META.json @@ -13,6 +13,11 @@ "version" : "2" }, "name" : "Data-Handle", + "no_index" : { + "namespace" : [ + "DB" + ] + }, "prereqs" : { "build" : { "requires" : { @@ -60,21 +65,17 @@ } }, "provides" : { - "DB" : { - "file" : "lib/Data/Handle/Exception.pm", - "version" : "0.01011701" - }, "Data::Handle" : { "file" : "lib/Data/Handle.pm", - "version" : "0.01011701" + "version" : "0.01011702" }, "Data::Handle::Exception" : { "file" : "lib/Data/Handle/Exception.pm", - "version" : "0.01011701" + "version" : "0.01011702" }, "Data::Handle::IO" : { "file" : "lib/Data/Handle/IO.pm", - "version" : "0.01011701" + "version" : "0.01011702" } }, "release_status" : "stable", @@ -86,7 +87,7 @@ "web" : "http://github.com/kentfredric/Data-Handle/tree" } }, - "version" : "0.01011701", + "version" : "0.01011702", "x_BuiltWith" : { "modules" : { "Carp" : "1.17", @@ -120,27 +121,6 @@ }, "x_Dist_Zilla" : { "plugins" : [ - { - "class" : "Dist::Zilla::Plugin::AutoVersion::Relative", - "config" : { - "Dist::Zilla::Plugin::AutoVersion::Relative" : { - "format" : "{{ sprintf('%d.%02d%04d%02d', $major, $minor, days, hours) }}", - "major" : "0", - "minor" : "1", - "relative_to" : { - "day" : "29", - "hour" : "0", - "minute" : 0, - "month" : "8", - "second" : 0, - "time_zone" : "Pacific/Auckland", - "year" : "2010" - } - } - }, - "name" : "@KENTNL/AutoVersion::Relative", - "version" : "0.01037118" - }, { "class" : "Dist::Zilla::Plugin::GatherDir", "name" : "@KENTNL/GatherDir", @@ -176,11 +156,6 @@ "name" : "@KENTNL/PodWeaver", "version" : "3.101641" }, - { - "class" : "Dist::Zilla::Plugin::MetaProvides::Package", - "name" : "@KENTNL/MetaProvides::Package", - "version" : "1.12044908" - }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@KENTNL/MetaJSON", @@ -371,15 +346,19 @@ "version" : "0.009" }, { - "class" : "Dist::Zilla::Plugin::Prereqs", - "config" : { - "Dist::Zilla::Plugin::Prereqs" : { - "phase" : "runtime", - "type" : "requires" - } - }, - "name" : "Prereqs", - "version" : "4.102346" + "class" : "Dist::Zilla::Plugin::MetaProvides::Package", + "name" : "MetaProvides::Package", + "version" : "1.12044908" + }, + { + "class" : "Dist::Zilla::Plugin::MetaNoIndex", + "name" : "MetaNoIndex", + "version" : "1.101550" + }, + { + "class" : "Dist::Zilla::Plugin::Git::NextVersion", + "name" : "Git::NextVersion", + "version" : "1.102810" }, { "class" : "Dist::Zilla::Plugin::FinderCode", diff --git a/META.yml b/META.yml index 715e7d2..762376a 100644 --- a/META.yml +++ b/META.yml @@ -20,19 +20,19 @@ meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: 1.4 name: Data-Handle +no_index: + namespace: + - DB provides: - DB: - file: lib/Data/Handle/Exception.pm - version: 0.01011701 Data::Handle: file: lib/Data/Handle.pm - version: 0.01011701 + version: 0.01011702 Data::Handle::Exception: file: lib/Data/Handle/Exception.pm - version: 0.01011701 + version: 0.01011702 Data::Handle::IO: file: lib/Data/Handle/IO.pm - version: 0.01011701 + version: 0.01011702 requires: Carp: 0 IO::File: 0 @@ -45,7 +45,7 @@ requires: resources: homepage: http://github.com/kentfredric/Data-Handle/tree repository: git://github.com/kentfredric/Data-Handle.git -version: 0.01011701 +version: 0.01011702 x_BuiltWith: modules: Carp: 1.17 @@ -75,23 +75,6 @@ x_BuiltWith: uname: 'Linux 2.6.36-gentoo-r3 x86_64 GenuineIntel GNU/Linux' x_Dist_Zilla: plugins: - - - class: Dist::Zilla::Plugin::AutoVersion::Relative - config: - Dist::Zilla::Plugin::AutoVersion::Relative: - format: "{{ sprintf('%d.%02d%04d%02d', $major, $minor, days, hours) }}" - major: 0 - minor: 1 - relative_to: - day: 29 - hour: 0 - minute: 0 - month: 8 - second: 0 - time_zone: Pacific/Auckland - year: 2010 - name: '@KENTNL/AutoVersion::Relative' - version: 0.01037118 - class: Dist::Zilla::Plugin::GatherDir name: '@KENTNL/GatherDir' @@ -120,10 +103,6 @@ x_Dist_Zilla: class: Dist::Zilla::Plugin::PodWeaver name: '@KENTNL/PodWeaver' version: 3.101641 - - - class: Dist::Zilla::Plugin::MetaProvides::Package - name: '@KENTNL/MetaProvides::Package' - version: 1.12044908 - class: Dist::Zilla::Plugin::MetaJSON name: '@KENTNL/MetaJSON' @@ -273,13 +252,17 @@ x_Dist_Zilla: name: '@KENTNL/Twitter' version: 0.009 - - class: Dist::Zilla::Plugin::Prereqs - config: - Dist::Zilla::Plugin::Prereqs: - phase: runtime - type: requires - name: Prereqs - version: 4.102346 + class: Dist::Zilla::Plugin::MetaProvides::Package + name: MetaProvides::Package + version: 1.12044908 + - + class: Dist::Zilla::Plugin::MetaNoIndex + name: MetaNoIndex + version: 1.101550 + - + class: Dist::Zilla::Plugin::Git::NextVersion + name: Git::NextVersion + version: 1.102810 - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' diff --git a/README b/README index 9dc6c2f..7fb7ea7 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Data::Handle - A Very simple interface to the __DATA__ file handle. VERSION - version 0.01011701 + version 0.01011702 SYNOPSIS package Foo; 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$ diff --git a/lib/Data/Handle.pm b/lib/Data/Handle.pm index c0345a8..4f5705f 100644 --- a/lib/Data/Handle.pm +++ b/lib/Data/Handle.pm @@ -3,7 +3,7 @@ use warnings; package Data::Handle; BEGIN { - $Data::Handle::VERSION = '0.01011701'; + $Data::Handle::VERSION = '0.01011702'; } # ABSTRACT: A Very simple interface to the __DATA__ file handle. @@ -246,7 +246,7 @@ Data::Handle - A Very simple interface to the __DATA__ file handle. =head1 VERSION -version 0.01011701 +version 0.01011702 =head1 SYNOPSIS diff --git a/lib/Data/Handle/Exception.pm b/lib/Data/Handle/Exception.pm index fc9571d..cc3c76d 100644 --- a/lib/Data/Handle/Exception.pm +++ b/lib/Data/Handle/Exception.pm @@ -3,7 +3,7 @@ use warnings; package Data::Handle::Exception; BEGIN { - $Data::Handle::Exception::VERSION = '0.01011701'; + $Data::Handle::Exception::VERSION = '0.01011702'; } # ABSTRACT: Super-light Weight Dependency Free Exception base. @@ -78,7 +78,7 @@ sub _stolen_carp_stuff { package DB; BEGIN { - $DB::VERSION = '0.01011701'; + $DB::VERSION = '0.01011702'; } @DB::args = \$i; # A sentinal, which no-one else has the address of @call_info{qw(pack file line sub has_args wantarray evaltext is_require)} = @@ -249,7 +249,7 @@ Data::Handle::Exception - Super-light Weight Dependency Free Exception base. =head1 VERSION -version 0.01011701 +version 0.01011702 =head1 SYNOPSIS diff --git a/lib/Data/Handle/IO.pm b/lib/Data/Handle/IO.pm index 808f04b..8690fc5 100644 --- a/lib/Data/Handle/IO.pm +++ b/lib/Data/Handle/IO.pm @@ -4,7 +4,7 @@ use warnings; package Data::Handle::IO; BEGIN { - $Data::Handle::IO::VERSION = '0.01011701'; + $Data::Handle::IO::VERSION = '0.01011702'; } # ABSTRACT: A Tie Package so Data::Handle can look and feel like a normal handle. @@ -49,7 +49,7 @@ Data::Handle::IO - A Tie Package so Data::Handle can look and feel like a normal =head1 VERSION -version 0.01011701 +version 0.01011702 =head1 DESCRIPTION