summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2014-06-26 19:37:08 +0200
committergregor herrmann <gregoa@debian.org>2014-06-26 19:37:08 +0200
commitdc53c3c135075134171e62a138d743aa03deb248 (patch)
treea38ef5979b9acc4595951a53c3d3319cb37696a0
parent87dfe41efe05ea25e1b8ee5e82acbdc6b4123f6a (diff)
Imported Upstream version 0.002008
-rw-r--r--Changes2
-rw-r--r--LICENSE6
-rw-r--r--MANIFEST2
-rw-r--r--META.json11
-rw-r--r--META.yml8
-rw-r--r--Makefile.PL45
-rw-r--r--README4
-rw-r--r--README.mkdn4
-rw-r--r--dist.ini10
-rw-r--r--lib/Data/Perl.pm11
-rw-r--r--lib/Data/Perl/Bool.pm11
-rw-r--r--lib/Data/Perl/Code.pm11
-rw-r--r--lib/Data/Perl/Collection/Array.pm11
-rw-r--r--lib/Data/Perl/Collection/Hash.pm11
-rw-r--r--lib/Data/Perl/Counter.pm11
-rw-r--r--lib/Data/Perl/Number.pm11
-rw-r--r--lib/Data/Perl/Role/Bool.pm11
-rw-r--r--lib/Data/Perl/Role/Code.pm11
-rw-r--r--lib/Data/Perl/Role/Collection/Array.pm11
-rw-r--r--lib/Data/Perl/Role/Collection/Hash.pm11
-rw-r--r--lib/Data/Perl/Role/Counter.pm11
-rw-r--r--lib/Data/Perl/Role/Number.pm11
-rw-r--r--lib/Data/Perl/Role/String.pm11
-rw-r--r--lib/Data/Perl/String.pm11
-rw-r--r--t/release-pod-coverage.t12
-rw-r--r--t/release-pod-syntax.t15
26 files changed, 124 insertions, 160 deletions
diff --git a/Changes b/Changes
index 0365d49..f85bcf8 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+0.002008 2014-06-25 11:37:43EDT-0400 America/Toronto
+
0.002007 2013-05-19 22:22:25 America/Toronto
- fixes another hash-ordering dependency failure. no lib change
diff --git a/LICENSE b/LICENSE
index 844012e..a4a5cf1 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-This software is copyright (c) 2013 by Matthew Phillips <mattp@cpan.org>.
+This software is copyright (c) 2014 by Matthew Phillips <mattp@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@ b) the "Artistic License"
--- The GNU General Public License, Version 1, February 1989 ---
-This software is Copyright (c) 2013 by Matthew Phillips <mattp@cpan.org>.
+This software is Copyright (c) 2014 by Matthew Phillips <mattp@cpan.org>.
This is free software, licensed under:
@@ -272,7 +272,7 @@ That's all there is to it!
--- The Artistic License 1.0 ---
-This software is Copyright (c) 2013 by Matthew Phillips <mattp@cpan.org>.
+This software is Copyright (c) 2014 by Matthew Phillips <mattp@cpan.org>.
This is free software, licensed under:
diff --git a/MANIFEST b/MANIFEST
index b3c84e2..74b58c1 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,3 +1,4 @@
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.019.
Changes
LICENSE
MANIFEST
@@ -31,5 +32,4 @@ t/counter.t
t/helpers.t
t/number.t
t/release-pod-coverage.t
-t/release-pod-syntax.t
t/string.t
diff --git a/META.json b/META.json
index 07b8b56..24e4bb0 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
"Matthew Phillips <mattp@cpan.org>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 4.300034, CPAN::Meta::Converter version 2.120921",
+ "generated_by" : "Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.141520",
"license" : [
"perl_5"
],
@@ -22,7 +22,6 @@
"develop" : {
"requires" : {
"Pod::Coverage::TrustPod" : "0",
- "Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08"
}
},
@@ -48,12 +47,16 @@
},
"release_status" : "stable",
"resources" : {
+ "bugtracker" : {
+ "web" : "https://github.com/mattp-/Data-Perl/issues"
+ },
+ "homepage" : "https://github.com/mattp-/Data-Perl",
"repository" : {
"type" : "git",
- "url" : "git://github.com/mattp-/Data-Perl.git",
+ "url" : "https://github.com/mattp-/Data-Perl.git",
"web" : "https://github.com/mattp-/Data-Perl"
}
},
- "version" : "0.002007"
+ "version" : "0.002008"
}
diff --git a/META.yml b/META.yml
index b62e5c3..55597e2 100644
--- a/META.yml
+++ b/META.yml
@@ -9,7 +9,7 @@ build_requires:
configure_requires:
ExtUtils::MakeMaker: 6.30
dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.300034, CPAN::Meta::Converter version 2.120921'
+generated_by: 'Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.141520'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,5 +25,7 @@ requires:
parent: 0
strictures: 0
resources:
- repository: git://github.com/mattp-/Data-Perl.git
-version: 0.002007
+ bugtracker: https://github.com/mattp-/Data-Perl/issues
+ homepage: https://github.com/mattp-/Data-Perl
+ repository: https://github.com/mattp-/Data-Perl.git
+version: 0.002008
diff --git a/Makefile.PL b/Makefile.PL
index 06a35ff..7e52135 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,5 @@
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.019.
use strict;
use warnings;
@@ -11,7 +12,6 @@ use ExtUtils::MakeMaker 6.30;
my %WriteMakefileArgs = (
"ABSTRACT" => "Base classes wrapping fundamental Perl data types.",
"AUTHOR" => "Matthew Phillips <mattp\@cpan.org>",
- "BUILD_REQUIRES" => {},
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => "6.30"
},
@@ -34,37 +34,32 @@ my %WriteMakefileArgs = (
"Test::Fatal" => 0,
"Test::Output" => 0
},
- "VERSION" => "0.002007",
+ "VERSION" => "0.002008",
"test" => {
"TESTS" => "t/*.t t/collection/*.t"
}
);
-unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
- my $tr = delete $WriteMakefileArgs{TEST_REQUIRES};
- my $br = $WriteMakefileArgs{BUILD_REQUIRES};
- for my $mod ( keys %$tr ) {
- if ( exists $br->{$mod} ) {
- $br->{$mod} = $tr->{$mod} if $tr->{$mod} > $br->{$mod};
- }
- else {
- $br->{$mod} = $tr->{$mod};
- }
- }
-}
+my %FallbackPrereqs = (
+ "Class::Method::Modifiers" => 0,
+ "List::MoreUtils" => 0,
+ "List::Util" => 0,
+ "Module::Runtime" => 0,
+ "Role::Tiny" => 0,
+ "Scalar::Util" => 0,
+ "Test::Deep" => 0,
+ "Test::Fatal" => 0,
+ "Test::Output" => 0,
+ "parent" => 0,
+ "strictures" => 0
+);
-unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
- my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};
- my $pp = $WriteMakefileArgs{PREREQ_PM};
- for my $mod ( keys %$br ) {
- if ( exists $pp->{$mod} ) {
- $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod};
- }
- else {
- $pp->{$mod} = $br->{$mod};
- }
- }
+
+unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
+ delete $WriteMakefileArgs{TEST_REQUIRES};
+ delete $WriteMakefileArgs{BUILD_REQUIRES};
+ $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}
delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
diff --git a/README b/README
index 3bc3674..4195a42 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
Data::Perl - Base classes wrapping fundamental Perl data types.
VERSION
- version 0.002007
+ version 0.002008
SYNOPSIS
use Data::Perl;
@@ -114,7 +114,7 @@ AUTHOR
Matthew Phillips <mattp@cpan.org>
COPYRIGHT AND LICENSE
- This software is copyright (c) 2013 by Matthew Phillips
+ This software is copyright (c) 2014 by Matthew Phillips
<mattp@cpan.org>.
This is free software; you can redistribute it and/or modify it under
diff --git a/README.mkdn b/README.mkdn
index 18123a3..f04db5f 100644
--- a/README.mkdn
+++ b/README.mkdn
@@ -4,7 +4,7 @@ Data::Perl - Base classes wrapping fundamental Perl data types.
# VERSION
-version 0.002007
+version 0.002008
# SYNOPSIS
@@ -108,7 +108,7 @@ Matthew Phillips <mattp@cpan.org>
# COPYRIGHT AND LICENSE
-This software is copyright (c) 2013 by Matthew Phillips <mattp@cpan.org>.
+This software is copyright (c) 2014 by Matthew Phillips <mattp@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
diff --git a/dist.ini b/dist.ini
index f61bb72..db3dd64 100644
--- a/dist.ini
+++ b/dist.ini
@@ -2,7 +2,7 @@ name = Data-Perl
author = Matthew Phillips <mattp@cpan.org>
license = Perl_5
copyright_holder = Matthew Phillips <mattp@cpan.org>
-version = 0.002007
+version = 0.002008
[@Basic]
@@ -17,17 +17,15 @@ add_files_in = dist.ini
add_files_in = README.mkdn
[PodWeaver]
-[MetaResources]
-repository.url = git://github.com/mattp-/Data-Perl.git
-repository.web = https://github.com/mattp-/Data-Perl
-repository.type = git
+
+[GithubMeta]
+issues = 1
[CheckChangeLog]
[PkgVersion]
[ReadmeFromPod]
[ReadmeMarkdownFromPod]
[PodCoverageTests]
-[PodSyntaxTests]
[Prereqs / RuntimeRequires]
strictures = 0
diff --git a/lib/Data/Perl.pm b/lib/Data/Perl.pm
index 783fd8c..6692c38 100644
--- a/lib/Data/Perl.pm
+++ b/lib/Data/Perl.pm
@@ -1,8 +1,5 @@
package Data::Perl;
-{
- $Data::Perl::VERSION = '0.002007';
-}
-
+$Data::Perl::VERSION = '0.002008';
# ABSTRACT: Base classes wrapping fundamental Perl data types.
BEGIN {
@@ -39,13 +36,15 @@ sub counter { Data::Perl::Counter->new(shift||0) }
=pod
+=encoding UTF-8
+
=head1 NAME
Data::Perl - Base classes wrapping fundamental Perl data types.
=head1 VERSION
-version 0.002007
+version 0.002008
=head1 SYNOPSIS
@@ -167,7 +166,7 @@ Matthew Phillips <mattp@cpan.org>
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2013 by Matthew Phillips <mattp@cpan.org>.
+This software is copyright (c) 2014 by Matthew Phillips <mattp@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
diff --git a/lib/Data/Perl/Bool.pm b/lib/Data/Perl/Bool.pm
index 369cbd9..32a2d6a 100644
--- a/lib/Data/Perl/Bool.pm
+++ b/lib/Data/Perl/Bool.pm
@@ -1,8 +1,5 @@
package Data::Perl::Bool;
-{
- $Data::Perl::Bool::VERSION = '0.002007';
-}
-
+$Data::Perl::Bool::VERSION = '0.002008';
# ABSTRACT: Wrapping class for boolean values.
use strictures 1;
@@ -15,13 +12,15 @@ with 'Data::Perl::Role::Bool';
=pod
+=encoding UTF-8
+
=head1 NAME
Data::Perl::Bool - Wrapping class for boolean values.
=head1 VERSION
-version 0.002007
+version 0.002008
=head1 SYNOPSIS
@@ -44,7 +43,7 @@ Matthew Phillips <mattp@cpan.org>
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2013 by Matthew Phillips <mattp@cpan.org>.
+This software is copyright (c) 2014 by Matthew Phillips <mattp@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
diff --git a/lib/Data/Perl/Code.pm b/lib/Data/Perl/Code.pm
index 0581ea0..6ace313 100644
--- a/lib/Data/Perl/Code.pm
+++ b/lib/Data/Perl/Code.pm
@@ -1,8 +1,5 @@
package Data::Perl::Code;
-{
- $Data::Perl::Code::VERSION = '0.002007';
-}
-
+$Data::Perl::Code::VERSION = '0.002008';
# ABSTRACT: Wrapping class for Perl coderefs.
use strictures 1;
@@ -15,13 +12,15 @@ with 'Data::Perl::Role::Code';
=pod
+=encoding UTF-8
+
=head1 NAME
Data::Perl::Code - Wrapping class for Perl coderefs.
=head1 VERSION
-version 0.002007
+version 0.002008
=head1 SYNOPSIS
@@ -42,7 +41,7 @@ Matthew Phillips <mattp@cpan.org>
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2013 by Matthew Phillips <mattp@cpan.org>.
+This software is copyright (c) 2014 by Matthew Phillips <mattp@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
diff --git a/lib/Data/Perl/Collection/Array.pm b/lib/Data/Perl/Collection/Array.pm
index 3ddbabe..c057e2d 100644
--- a/lib/Data/Perl/Collection/Array.pm
+++ b/lib/Data/Perl/Collection/Array.pm
@@ -1,8 +1,5 @@
package Data::Perl::Collection::Array;
-{
- $Data::Perl::Collection::Array::VERSION = '0.002007';
-}
-
+$Data::Perl::Collection::Array::VERSION = '0.002008';
# ABSTRACT: Wrapping class for Perl's built in array structure.
use strictures 1;
@@ -15,13 +12,15 @@ with 'Data::Perl::Role::Collection::Array';
=pod
+=encoding UTF-8
+
=head1 NAME
Data::Perl::Collection::Array - Wrapping class for Perl's built in array structure.
=head1 VERSION
-version 0.002007
+version 0.002008
=head1 SYNOPSIS
@@ -45,7 +44,7 @@ Matthew Phillips <mattp@cpan.org>
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2013 by Matthew Phillips <mattp@cpan.org>.
+This software is copyright (c) 2014 by Matthew Phillips <mattp@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
diff --git a/lib/Data/Perl/Collection/Hash.pm b/lib/Data/Perl/Collection/Hash.pm
index fe51966..6a9f359 100644
--- a/lib/Data/Perl/Collection/Hash.pm
+++ b/lib/Data/Perl/Collection/Hash.pm
@@ -1,8 +1,5 @@
package Data::Perl::Collection::Hash;
-{
- $Data::Perl::Collection::Hash::VERSION = '0.002007';
-}
-
+$Data::Perl::Collection::Hash::VERSION = '0.002008';
# ABSTRACT: Wrapping class for Perl's built in hash structure.
use strictures 1;
@@ -15,13 +12,15 @@ with 'Data::Perl::Role::Collection::Hash';
=pod
+=encoding UTF-8
+
=head1 NAME
Data::Perl::Collection::Hash - Wrapping class for Perl's built in hash structure.
=head1 VERSION
-version 0.002007
+version 0.002008
=head1 SYNOPSIS
@@ -47,7 +46,7 @@ Matthew Phillips <mattp@cpan.org>
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2013 by Matthew Phillips <mattp@cpan.org>.
+This software is copyright (c) 2014 by Matthew Phillips <mattp@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
diff --git a/lib/Data/Perl/Counter.pm b/lib/Data/Perl/Counter.pm
index 288c3af..b5b47a6 100644
--- a/lib/Data/Perl/Counter.pm
+++ b/lib/Data/Perl/Counter.pm
@@ -1,8 +1,5 @@
package Data::Perl::Counter;
-{
- $Data::Perl::Counter::VERSION = '0.002007';
-}
-
+$Data::Perl::Counter::VERSION = '0.002008';
# ABSTRACT: Wrapping class for a simple numeric counter.
use strictures 1;
@@ -15,13 +12,15 @@ with 'Data::Perl::Role::Counter';
=pod
+=encoding UTF-8
+
=head1 NAME
Data::Perl::Counter - Wrapping class for a simple numeric counter.
=head1 VERSION
-version 0.002007
+version 0.002008
=head1 SYNOPSIS
@@ -44,7 +43,7 @@ Matthew Phillips <mattp@cpan.org>
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2013 by Matthew Phillips <mattp@cpan.org>.
+This software is copyright (c) 2014 by Matthew Phillips <mattp@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
diff --git a/lib/Data/Perl/Number.pm b/lib/Data/Perl/Number.pm
index c42a167..66720b0 100644
--- a/lib/Data/Perl/Number.pm
+++ b/lib/Data/Perl/Number.pm
@@ -1,8 +1,5 @@
package Data::Perl::Number;
-{
- $Data::Perl::Number::VERSION = '0.002007';
-}
-
+$Data::Perl::Number::VERSION = '0.002008';
# ABSTRACT: Wrapping class for Perl scalar numbers.
use strictures 1;
@@ -15,13 +12,15 @@ with 'Data::Perl::Role::Number';
=pod
+=encoding UTF-8
+
=head1 NAME
Data::Perl::Number - Wrapping class for Perl scalar numbers.
=head1 VERSION
-version 0.002007
+version 0.002008
=head1 SYNOPSIS
@@ -44,7 +43,7 @@ Matthew Phillips <mattp@cpan.org>
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2013 by Matthew Phillips <mattp@cpan.org>.
+This software is copyright (c) 2014 by Matthew Phillips <mattp@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
diff --git a/lib/Data/Perl/Role/Bool.pm b/lib/Data/Perl/Role/Bool.pm
index 4a85aaf..7b8d496 100644
--- a/lib/Data/Perl/Role/Bool.pm
+++ b/lib/Data/Perl/Role/Bool.pm
@@ -1,8 +1,5 @@
package Data::Perl::Role::Bool;
-{
- $Data::Perl::Role::Bool::VERSION = '0.002007';
-}
-
+$Data::Perl::Role::Bool::VERSION = '0.002008';
# ABSTRACT: Wrapping class for boolean values.
use strictures 1;
@@ -23,13 +20,15 @@ sub not { !${$_[0]} }
=pod
+=encoding UTF-8
+
=head1 NAME
Data::Perl::Role::Bool - Wrapping class for boolean values.
=head1 VERSION
-version 0.002007
+version 0.002008
=head1 SYNOPSIS
@@ -92,7 +91,7 @@ Matthew Phillips <mattp@cpan.org>
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2013 by Matthew Phillips <mattp@cpan.org>.
+This software is copyright (c) 2014 by Matthew Phillips <mattp@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
diff --git a/lib/Data/Perl/Role/Code.pm b/lib/Data/Perl/Role/Code.pm
index 63f1d63..95dbeb3 100644
--- a/lib/Data/Perl/Role/Code.pm
+++ b/lib/Data/Perl/Role/Code.pm
@@ -1,8 +1,5 @@
package Data::Perl::Role::Code;
-{
- $Data::Perl::Role::Code::VERSION = '0.002007';
-}
-
+$Data::Perl::Role::Code::VERSION = '0.002008';
# ABSTRACT: Wrapping class for Perl coderefs.
use strictures 1;
@@ -20,13 +17,15 @@ sub execute_method { die 'This remains unimplemented for now.' }
=pod
+=encoding UTF-8
+
=head1 NAME
Data::Perl::Role::Code - Wrapping class for Perl coderefs.
=head1 VERSION
-version 0.002007
+version 0.002008
=head1 SYNOPSIS
@@ -77,7 +76,7 @@ Matthew Phillips <mattp@cpan.org>
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2013 by Matthew Phillips <mattp@cpan.org>.
+This software is copyright (c) 2014 by Matthew Phillips <mattp@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
diff --git a/lib/Data/Perl/Role/Collection/Array.pm b/lib/Data/Perl/Role/Collection/Array.pm
index b401385..9e1558a 100644
--- a/lib/Data/Perl/Role/Collection/Array.pm
+++ b/lib/Data/Perl/Role/Collection/Array.pm
@@ -1,8 +1,5 @@
package Data::Perl::Role::Collection::Array;
-{
- $Data::Perl::Role::Collection::Array::VERSION = '0.002007';
-}
-
+$Data::Perl::Role::Collection::Array::VERSION = '0.002008';
# ABSTRACT: Wrapping class for Perl's built in array structure.
use strictures 1;
@@ -193,13 +190,15 @@ sub print {
=pod
+=encoding UTF-8
+
=head1 NAME
Data::Perl::Role::Collection::Array - Wrapping class for Perl's built in array structure.
=head1 VERSION
-version 0.002007
+version 0.002008
=head1 SYNOPSIS
@@ -522,7 +521,7 @@ Matthew Phillips <mattp@cpan.org>
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2013 by Matthew Phillips <mattp@cpan.org>.
+This software is copyright (c) 2014 by Matthew Phillips <mattp@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
diff --git a/lib/Data/Perl/Role/Collection/Hash.pm b/lib/Data/Perl/Role/Collection/Hash.pm
index bf20895..d66f56e 100644
--- a/lib/Data/Perl/Role/Collection/Hash.pm
+++ b/lib/Data/Perl/Role/Collection/Hash.pm
@@ -1,8 +1,5 @@
package Data::Perl::Role::Collection::Hash;
-{
- $Data::Perl::Role::Collection::Hash::VERSION = '0.002007';
-}
-
+$Data::Perl::Role::Collection::Hash::VERSION = '0.002008';
# ABSTRACT: Wrapping class for Perl's built in hash structure.
use strictures 1;
@@ -111,13 +108,15 @@ sub shallow_clone { blessed($_[0]) ? bless({%{$_[0]}}, ref $_[0]) : {%{$_[0]}} }
=pod
+=encoding UTF-8
+
=head1 NAME
Data::Perl::Role::Collection::Hash - Wrapping class for Perl's built in hash structure.
=head1 VERSION
-version 0.002007
+version 0.002008
=head1 SYNOPSIS
@@ -267,7 +266,7 @@ Matthew Phillips <mattp@cpan.org>
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2013 by Matthew Phillips <mattp@cpan.org>.
+This software is copyright (c) 2014 by Matthew Phillips <mattp@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
diff --git a/lib/Data/Perl/Role/Counter.pm b/lib/Data/Perl/Role/Counter.pm
index 947a1ad..0f3c51b 100644
--- a/lib/Data/Perl/Role/Counter.pm
+++ b/lib/Data/Perl/Role/Counter.pm
@@ -1,8 +1,5 @@
package Data::Perl::Role::Counter;
-{
- $Data::Perl::Role::Counter::VERSION = '0.002007';
-}
-
+$Data::Perl::Role::Counter::VERSION = '0.002008';
# ABSTRACT: Wrapping class for a simple numeric counter.
use strictures 1;
@@ -21,13 +18,15 @@ sub reset { ${$_[0]} = 0 }
=pod
+=encoding UTF-8
+
=head1 NAME
Data::Perl::Role::Counter - Wrapping class for a simple numeric counter.
=head1 VERSION
-version 0.002007
+version 0.002008
=head1 SYNOPSIS
@@ -99,7 +98,7 @@ Matthew Phillips <mattp@cpan.org>
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2013 by Matthew Phillips <mattp@cpan.org>.
+This software is copyright (c) 2014 by Matthew Phillips <mattp@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
diff --git a/lib/Data/Perl/Role/Number.pm b/lib/Data/Perl/Role/Number.pm
index f017106..5b0fa74 100644
--- a/lib/Data/Perl/Role/Number.pm
+++ b/lib/Data/Perl/Role/Number.pm
@@ -1,8 +1,5 @@
package Data::Perl::Role::Number;
-{
- $Data::Perl::Role::Number::VERSION = '0.002007';
-}
-
+$Data::Perl::Role::Number::VERSION = '0.002008';
# ABSTRACT: Wrapping class for Perl scalar numbers.
use strictures 1;
@@ -27,13 +24,15 @@ sub abs { ${$_[0]} = abs(${$_[0]}) }
=pod
+=encoding UTF-8
+
=head1 NAME
Data::Perl::Role::Number - Wrapping class for Perl scalar numbers.
=head1 VERSION
-version 0.002007
+version 0.002008
=head1 SYNOPSIS
@@ -103,7 +102,7 @@ Matthew Phillips <mattp@cpan.org>
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2013 by Matthew Phillips <mattp@cpan.org>.
+This software is copyright (c) 2014 by Matthew Phillips <mattp@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
diff --git a/lib/Data/Perl/Role/String.pm b/lib/Data/Perl/Role/String.pm
index a4d3304..0a41602 100644
--- a/lib/Data/Perl/Role/String.pm
+++ b/lib/Data/Perl/Role/String.pm
@@ -1,8 +1,5 @@
package Data::Perl::Role::String;
-{
- $Data::Perl::Role::String::VERSION = '0.002007';
-}
-
+$Data::Perl::Role::String::VERSION = '0.002008';
# ABSTRACT: Wrapping class for Perl scalar strings.
use strictures 1;
@@ -55,13 +52,15 @@ sub substr {
=pod
+=encoding UTF-8
+
=head1 NAME
Data::Perl::Role::String - Wrapping class for Perl scalar strings.
=head1 VERSION
-version 0.002007
+version 0.002008
=head1 SYNOPSIS
@@ -169,7 +168,7 @@ Matthew Phillips <mattp@cpan.org>
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2013 by Matthew Phillips <mattp@cpan.org>.
+This software is copyright (c) 2014 by Matthew Phillips <mattp@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
diff --git a/lib/Data/Perl/String.pm b/lib/Data/Perl/String.pm
index 881eea5..73e0afc 100644
--- a/lib/Data/Perl/String.pm
+++ b/lib/Data/Perl/String.pm
@@ -1,8 +1,5 @@
package Data::Perl::String;
-{
- $Data::Perl::String::VERSION = '0.002007';
-}
-
+$Data::Perl::String::VERSION = '0.002008';
# ABSTRACT: Wrapping class for Perl scalar strings.
use strictures 1;
@@ -15,13 +12,15 @@ with 'Data::Perl::Role::String';
=pod
+=encoding UTF-8
+
=head1 NAME
Data::Perl::String - Wrapping class for Perl scalar strings.
=head1 VERSION
-version 0.002007
+version 0.002008
=head1 SYNOPSIS
@@ -42,7 +41,7 @@ Matthew Phillips <mattp@cpan.org>
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2013 by Matthew Phillips <mattp@cpan.org>.
+This software is copyright (c) 2014 by Matthew Phillips <mattp@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
diff --git a/t/release-pod-coverage.t b/t/release-pod-coverage.t
index 3a81849..18a8274 100644
--- a/t/release-pod-coverage.t
+++ b/t/release-pod-coverage.t
@@ -7,15 +7,9 @@ BEGIN {
}
}
+# This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests.
-use Test::More;
-
-eval "use Test::Pod::Coverage 1.08";
-plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage"
- if $@;
-
-eval "use Pod::Coverage::TrustPod";
-plan skip_all => "Pod::Coverage::TrustPod required for testing POD coverage"
- if $@;
+use Test::Pod::Coverage 1.08;
+use Pod::Coverage::TrustPod;
all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });
diff --git a/t/release-pod-syntax.t b/t/release-pod-syntax.t
deleted file mode 100644
index d46a955..0000000
--- a/t/release-pod-syntax.t
+++ /dev/null
@@ -1,15 +0,0 @@
-#!perl
-
-BEGIN {
- unless ($ENV{RELEASE_TESTING}) {
- require Test::More;
- Test::More::plan(skip_all => 'these tests are for release candidate testing');
- }
-}
-
-use Test::More;
-
-eval "use Test::Pod 1.41";
-plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;
-
-all_pod_files_ok();