Skip to content

Commit

Permalink
Build results of ecba91c (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Dec 21, 2010
2 parents 82fdc05 + ecba91c commit 195ef8c
Show file tree
Hide file tree
Showing 9 changed files with 68 additions and 89 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ my %module_build_args = (
'Kent Fredric <kentnl@cpan.org>'
],
'dist_name' => 'Data-Handle',
'dist_version' => '0.01011701',
'dist_version' => '0.01011702',
'license' => 'perl',
'module_name' => 'Data::Handle',
'recommends' => {},
Expand Down
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
65 changes: 22 additions & 43 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"version" : "2"
},
"name" : "Data-Handle",
"no_index" : {
"namespace" : [
"DB"
]
},
"prereqs" : {
"build" : {
"requires" : {
Expand Down Expand Up @@ -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",
Expand All @@ -86,7 +87,7 @@
"web" : "http://github.com/kentfredric/Data-Handle/tree"
}
},
"version" : "0.01011701",
"version" : "0.01011702",
"x_BuiltWith" : {
"modules" : {
"Carp" : "1.17",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
53 changes: 18 additions & 35 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
16 changes: 14 additions & 2 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ copyright_holder = Kent Fredric <kentnl@cpan.org>
; 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
Expand All @@ -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$
4 changes: 2 additions & 2 deletions lib/Data/Handle.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions lib/Data/Handle/Exception.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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)} =
Expand Down Expand Up @@ -249,7 +249,7 @@ Data::Handle::Exception - Super-light Weight Dependency Free Exception base.
=head1 VERSION
version 0.01011701
version 0.01011702
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/Handle/IO.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 195ef8c

Please sign in to comment.