Skip to content

Commit

Permalink
Build results of ded6738 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 8, 2017
1 parent 6ec9ba3 commit c1389f2
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 21 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Revision history for Data-Handle

1.000002 2017-03-08T11:45:07Z ded6738

1.000001 2017-03-08T11:07:34Z 18a81a7
- Bugfix: Avoid test failures on -Ddefault_inc_excludes_dot
- Lower Test::More requirements
Expand Down
12 changes: 6 additions & 6 deletions META.json
Expand Up @@ -131,15 +131,15 @@
"provides" : {
"Data::Handle" : {
"file" : "lib/Data/Handle.pm",
"version" : "1.000001"
"version" : "1.000002"
},
"Data::Handle::Exception" : {
"file" : "lib/Data/Handle/Exception.pm",
"version" : "1.000001"
"version" : "1.000002"
},
"Data::Handle::IO" : {
"file" : "lib/Data/Handle/IO.pm",
"version" : "1.000001"
"version" : "1.000002"
}
},
"release_status" : "stable",
Expand All @@ -154,7 +154,7 @@
"web" : "https://github.com/kentnl/Data-Handle"
}
},
"version" : "1.000001",
"version" : "1.000002",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -675,7 +675,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "1.000001-source",
"tag" : "1.000002-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -769,7 +769,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "1.000001",
"tag" : "1.000002",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
8 changes: 4 additions & 4 deletions META.yml
Expand Up @@ -24,13 +24,13 @@ name: Data-Handle
provides:
Data::Handle:
file: lib/Data/Handle.pm
version: '1.000001'
version: '1.000002'
Data::Handle::Exception:
file: lib/Data/Handle/Exception.pm
version: '1.000001'
version: '1.000002'
Data::Handle::IO:
file: lib/Data/Handle/IO.pm
version: '1.000001'
version: '1.000002'
requires:
Carp: '1.22'
IO::File: '0'
Expand All @@ -48,4 +48,4 @@ resources:
bugtracker: https://github.com/kentnl/Data-Handle/issues
homepage: https://github.com/kentnl/Data-Handle
repository: https://github.com/kentnl/Data-Handle.git
version: '1.000001'
version: '1.000002'
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -38,7 +38,7 @@ my %WriteMakefileArgs = (
"Test::More" => 0,
"lib" => 0
},
"VERSION" => "1.000001",
"VERSION" => "1.000002",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t t/alternative_techniques/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/Handle.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Data::Handle;

our $VERSION = '1.000001';
our $VERSION = '1.000002';

# ABSTRACT: A Very simple interface to the __DATA__ file handle.

Expand Down Expand Up @@ -384,7 +384,7 @@ Data::Handle - A Very simple interface to the __DATA__ file handle.
=head1 VERSION
version 1.000001
version 1.000002
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/Handle/Exception.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Data::Handle::Exception;

our $VERSION = '1.000001';
our $VERSION = '1.000002';

# ABSTRACT: Super-light Weight Dependency Free Exception base.

Expand Down Expand Up @@ -233,7 +233,7 @@ Data::Handle::Exception - Super-light Weight Dependency Free Exception base.
=head1 VERSION
version 1.000001
version 1.000002
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/Handle/IO.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Data::Handle::IO;

our $VERSION = '1.000001';
our $VERSION = '1.000002';

# ABSTRACT: A Tie Package so Data::Handle can look and feel like a normal handle.

Expand Down Expand Up @@ -66,7 +66,7 @@ Data::Handle::IO - A Tie Package so Data::Handle can look and feel like a normal
=head1 VERSION
version 1.000001
version 1.000002
=head1 DESCRIPTION
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps
@@ -1,6 +1,8 @@
This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)

1.000001
1.000002

1.000001 2017-03-08T11:07:34Z
[Added / configure requires]
- perl 5.008

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.all
@@ -1,6 +1,8 @@
This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)

1.000001
1.000002

1.000001 2017-03-08T11:07:34Z
[Added / configure requires]
- perl 5.008

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.dev
@@ -1,6 +1,8 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

1.000001
1.000002

1.000001 2017-03-08T11:07:34Z
[Added / develop recommends]
- Test::More 0.99

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.opt
@@ -1,6 +1,8 @@
This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test)

1.000001
1.000002

1.000001 2017-03-08T11:07:34Z
[Changed / configure recommends]
- ExtUtils::MakeMaker 6.98 → 7.00

Expand Down

0 comments on commit c1389f2

Please sign in to comment.