The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Changes 07
LICENSE 33
MANIFEST 01
META.yml 33
Makefile.PL 1321
README 11
dist.ini 45
lib/HTTP/Exception/1XX.pm 52
lib/HTTP/Exception/2XX.pm 52
lib/HTTP/Exception/3XX.pm 63
lib/HTTP/Exception/4XX.pm 52
lib/HTTP/Exception/5XX.pm 52
lib/HTTP/Exception/Base.pm 52
lib/HTTP/Exception/Loader.pm 52
lib/HTTP/Exception.pm 52
xt/release/pod-coverage.t 93
xt/release/pod-syntax.t 32
17 files changed (This is a version diff) 7763
@@ -1,3 +1,10 @@
+0.04006   2014-02-14 00:27:50+01:00 Europe/Berlin
+    typo fix (thanks dsteinbrunner)
+    
+0.04005   2014-02-14 00:03:43+01:00 Europe/Berlin
+    corrected Encoding in dist.ini,
+        due to CPAN Testers reporting an invalid byte sequence in the Makefile
+
 0.04004   2012-08-17 01:00:11 Europe/Berlin
     Dist::Zilla::Plugin::GitHub::Meta extracts correct Metainfos now
 
@@ -1,4 +1,4 @@
-This software is copyright (c) 2012 by Thomas Müller.
+This software is copyright (c) 2012 by Thomas Müller.
 
 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) 2012 by Thomas Müller.
+This software is Copyright (c) 2012 by Thomas Müller.
 
 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) 2012 by Thomas Müller.
+This software is Copyright (c) 2012 by Thomas Müller.
 
 This is free software, licensed under:
 
@@ -1,3 +1,4 @@
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.013.
 Changes
 INSTALL
 LICENSE
@@ -1,12 +1,12 @@
 ---
 abstract: 'throw HTTP-Errors as (Exception::Class-) Exceptions'
 author:
-  - 'Thomas Müller <tmueller@cpan.org>'
+  - 'Thomas Müller <tmueller@cpan.org>'
 build_requires: {}
 configure_requires:
   ExtUtils::MakeMaker: 6.30
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.300021, CPAN::Meta::Converter version 2.120921'
+generated_by: 'Dist::Zilla version 5.013, CPAN::Meta::Converter version 2.132140'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,4 +25,4 @@ requires:
 resources:
   bugtracker: https://github.com/tmueller/http_exception/issues
   repository: git://github.com/tmueller/http_exception.git
-version: 0.04004
+version: 0.04006
@@ -1,4 +1,5 @@
 
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.013.
 use strict;
 use warnings;
 
@@ -10,7 +11,7 @@ use ExtUtils::MakeMaker 6.30;
 
 my %WriteMakefileArgs = (
   "ABSTRACT" => "throw HTTP-Errors as (Exception::Class-) Exceptions",
-  "AUTHOR" => "Thomas M\374ller <tmueller\@cpan.org>",
+  "AUTHOR" => "Thomas M\x{fc}ller <tmueller\@cpan.org>",
   "BUILD_REQUIRES" => {},
   "CONFIGURE_REQUIRES" => {
     "ExtUtils::MakeMaker" => "6.30"
@@ -30,24 +31,31 @@ my %WriteMakefileArgs = (
     "strict" => 0,
     "warnings" => 0
   },
-  "VERSION" => "0.04004",
+  "TEST_REQUIRES" => {},
+  "VERSION" => "0.04006",
   "test" => {
     "TESTS" => "t/*.t"
   }
 );
 
 
-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};
-    }
-  }
+my %FallbackPrereqs = (
+  "Exception::Class" => "1.29",
+  "HTTP::Status" => "5.817",
+  "Scalar::Util" => "1.22",
+  "Test::Exception" => "0.29",
+  "Test::More" => "0.88",
+  "Test::NoWarnings" => "1.04",
+  "base" => 0,
+  "strict" => 0,
+  "warnings" => 0
+);
+
+
+unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
+  delete $WriteMakefileArgs{TEST_REQUIRES};
+  delete $WriteMakefileArgs{BUILD_REQUIRES};
+  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
 }
 
 delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
@@ -2,7 +2,7 @@ NAME
     HTTP::Exception - throw HTTP-Errors as (Exception::Class-) Exceptions
 
 VERSION
-    version 0.04004
+    version 0.04006
 
 SYNOPSIS
     HTTP::Exception lets you throw HTTP-Errors as Exceptions.
@@ -1,7 +1,7 @@
 name    = HTTP-Exception
-author  = Thomas Müller <tmueller@cpan.org>
+author  = Thomas Müller <tmueller@cpan.org>
 license = Perl_5
-copyright_holder = Thomas Müller
+copyright_holder = Thomas Müller
 copyright_year   = 2012
 
 [GatherDir]
@@ -20,6 +20,7 @@ Test::More          = 0.88
 Test::NoWarnings    = 1.04
 
 [Git::Check]
+allow_dirty = 
 [Git::NextVersion]
 [Git::CommitBuild]
 [PkgVersion]
@@ -54,11 +55,11 @@ fork = 0
 [UploadToCPAN]
 
 [Git::Tag]
-[Git::Push]
 time_zone = Europe/Berlin
+[Git::Push]
 
 [InstallRelease]
 install_command = cpanm .
 
 [Twitter]
-hash_tags = #perl
\ No newline at end of file
+hash_tags = #perl
@@ -1,8 +1,5 @@
 package HTTP::Exception::1XX;
-{
-  $HTTP::Exception::1XX::VERSION = '0.04004';
-}
-
+$HTTP::Exception::1XX::VERSION = '0.04006';
 use strict;
 use base 'HTTP::Exception::Base';
 
@@ -22,7 +19,7 @@ HTTP::Exception::1XX - Base Class for 1XX (info) Exceptions
 
 =head1 VERSION
 
-version 0.04004
+version 0.04006
 
 =head1 SYNOPSIS
 
@@ -1,8 +1,5 @@
 package HTTP::Exception::2XX;
-{
-  $HTTP::Exception::2XX::VERSION = '0.04004';
-}
-
+$HTTP::Exception::2XX::VERSION = '0.04006';
 use strict;
 use base 'HTTP::Exception::Base';
 
@@ -22,7 +19,7 @@ HTTP::Exception::2XX - Base Class for 2XX (success) Exceptions
 
 =head1 VERSION
 
-version 0.04004
+version 0.04006
 
 =head1 SYNOPSIS
 
@@ -1,8 +1,5 @@
 package HTTP::Exception::3XX;
-{
-  $HTTP::Exception::3XX::VERSION = '0.04004';
-}
-
+$HTTP::Exception::3XX::VERSION = '0.04006';
 use strict;
 use base 'HTTP::Exception::Base';
 
@@ -35,7 +32,7 @@ HTTP::Exception::3XX - Base Class for 3XX (redirect) Exceptions
 
 =head1 VERSION
 
-version 0.04004
+version 0.04006
 
 =head1 SYNOPSIS
 
@@ -65,7 +62,7 @@ Fields, that 3XX-Exceptions provide over HTTP::Exceptions.
 
 =head2 location
 
-Indicates, where the browser is beeing redirected to.
+Indicates, where the browser is being redirected to.
 
 =head1 AUTHOR
 
@@ -1,8 +1,5 @@
 package HTTP::Exception::4XX;
-{
-  $HTTP::Exception::4XX::VERSION = '0.04004';
-}
-
+$HTTP::Exception::4XX::VERSION = '0.04006';
 use strict;
 use base 'HTTP::Exception::Base';
 
@@ -22,7 +19,7 @@ HTTP::Exception::4XX - Base Class for 4XX (client error) Exceptions
 
 =head1 VERSION
 
-version 0.04004
+version 0.04006
 
 =head1 SYNOPSIS
 
@@ -1,8 +1,5 @@
 package HTTP::Exception::5XX;
-{
-  $HTTP::Exception::5XX::VERSION = '0.04004';
-}
-
+$HTTP::Exception::5XX::VERSION = '0.04006';
 use strict;
 use base 'HTTP::Exception::Base';
 
@@ -22,7 +19,7 @@ HTTP::Exception::5XX - Base Class for 5XX (server error) Exceptions
 
 =head1 VERSION
 
-version 0.04004
+version 0.04006
 
 =head1 SYNOPSIS
 
@@ -1,8 +1,5 @@
 package HTTP::Exception::Base;
-{
-  $HTTP::Exception::Base::VERSION = '0.04004';
-}
-
+$HTTP::Exception::Base::VERSION = '0.04006';
 use strict;
 use base 'Exception::Class::Base';
 
@@ -46,7 +43,7 @@ HTTP::Exception::Base - Base Class for exception classes created by HTTP::Except
 
 =head1 VERSION
 
-version 0.04004
+version 0.04006
 
 =head1 DESCRIPTION
 
@@ -1,8 +1,5 @@
 package HTTP::Exception::Loader;
-{
-  $HTTP::Exception::Loader::VERSION = '0.04004';
-}
-
+$HTTP::Exception::Loader::VERSION = '0.04006';
 use strict;
 use warnings;
 
@@ -126,7 +123,7 @@ HTTP::Exception::Loader - Creates HTTP::Exception subclasses
 
 =head1 VERSION
 
-version 0.04004
+version 0.04006
 
 =head1 DESCRIPTION
 
@@ -1,8 +1,5 @@
 package HTTP::Exception;
-{
-  $HTTP::Exception::VERSION = '0.04004';
-}
-
+$HTTP::Exception::VERSION = '0.04006';
 use strict;
 use HTTP::Status;
 use Scalar::Util qw(blessed);
@@ -42,7 +39,7 @@ HTTP::Exception - throw HTTP-Errors as (Exception::Class-) Exceptions
 
 =head1 VERSION
 
-version 0.04004
+version 0.04006
 
 =begin readme
 
@@ -1,13 +1,7 @@
 #!perl
+# 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' });
@@ -1,7 +1,6 @@
 #!perl
+# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
 use Test::More;
-
-eval "use Test::Pod 1.41";
-plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;
+use Test::Pod 1.41;
 
 all_pod_files_ok();