Imported Upstream version 0.17029 upstream upstream/0.17029
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 19 Jul 2022 06:14:46 +0000 (15:14 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 19 Jul 2022 06:14:46 +0000 (15:14 +0900)
Build.PL
Changes
META.json
META.yml
Makefile.PL
README
dist.ini
lib/Error.pm
lib/Error/Simple.pm

index dffd65576410022559b27185f3da6373b57e3fa8..1480a53b5cf6847bf42a652219988b68a178241e 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -19,7 +19,7 @@ my %module_build_args = (
     "Shlomi Fish ( http://www.shlomifish.org/ )"
   ],
   "dist_name" => "Error",
-  "dist_version" => "0.17028",
+  "dist_version" => "0.17029",
   "license" => "perl",
   "module_name" => "Error",
   "recursive_test_files" => 1,
diff --git a/Changes b/Changes
index 21a86a02681f8d004372aab26aaf114c8d9bad0d..4e958bef10cb83cd93eb76b378a50624b1773991 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,10 @@
+0.17029         2020-01-28
+    - Rebuild for order of 'NAME' and 'VERSION' sections in the generated
+    POD documentation (see 0.001004 in
+    https://metacpan.org/changes/distribution/Pod-Weaver-PluginBundle-SHLOMIF
+    ).
+        - VERSION used to appear before NAME.
+
 0.17028         2019-08-23
     - Moved the VCS repo to https://github.com/shlomif/perl-error.pm
     - No other significant changes.
index babfa2c82893705e5e2204568d9e4d93e9b4b23d..ae8ec4705febbee754ed792278e33ea8fe92fb14 100644 (file)
--- a/META.json
+++ b/META.json
    "provides" : {
       "Error" : {
          "file" : "lib/Error.pm",
-         "version" : "0.17028"
+         "version" : "0.17029"
       },
       "Error::Simple" : {
-         "file" : "lib/Error/Simple.pm",
-         "version" : "0.17028"
+         "file" : "lib/Error.pm",
+         "version" : "0.17029"
       },
       "Error::WarnDie" : {
          "file" : "lib/Error.pm",
-         "version" : "0.17028"
+         "version" : "0.17029"
       },
       "Error::subs" : {
          "file" : "lib/Error.pm",
-         "version" : "0.17028"
+         "version" : "0.17029"
       }
    },
    "release_status" : "stable",
          "web" : "https://github.com/shlomif/perl-error.pm"
       }
    },
-   "version" : "0.17028",
+   "version" : "0.17029",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.028002"
+         "version" : "5.030001"
       },
       "plugins" : [
          {
                   "meta_noindex" : 1
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000033",
+                  "Module::Metadata" : "1.000036",
                   "version" : "0.006"
                }
             },
                         "name" : "@CorePrep/H1Nester",
                         "version" : "4.015"
                      },
+                     {
+                        "class" : "Pod::Weaver::Section::Generic",
+                        "name" : "@SHLOMIF/Name",
+                        "version" : "4.015"
+                     },
                      {
                         "class" : "Pod::Weaver::Section::Version",
                         "name" : "@SHLOMIF/Version",
                      {
                         "class" : "Pod::Weaver::Section::Support",
                         "name" : "@SHLOMIF/Support",
-                        "version" : "1.010"
+                        "version" : "1.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Authors",
          "version" : "6.012"
       }
    },
-   "x_generated_by_perl" : "v5.28.2",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.12"
+   "x_generated_by_perl" : "v5.30.1",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.18"
 }
 
index 54562eb36c2ec3d3583f9503f893509ceb3e157c..38008b2a8f6be9354c0f7b7a3da300b12ce16ae0 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -28,16 +28,16 @@ name: Error
 provides:
   Error:
     file: lib/Error.pm
-    version: '0.17028'
+    version: '0.17029'
   Error::Simple:
-    file: lib/Error/Simple.pm
-    version: '0.17028'
+    file: lib/Error.pm
+    version: '0.17029'
   Error::WarnDie:
     file: lib/Error.pm
-    version: '0.17028'
+    version: '0.17029'
   Error::subs:
     file: lib/Error.pm
-    version: '0.17028'
+    version: '0.17029'
 requires:
   Carp: '0'
   Exporter: '0'
@@ -51,10 +51,10 @@ resources:
   bugtracker: https://github.com/shlomif/perl-error.pm/issues
   homepage: http://metacpan.org/release/Error
   repository: git://github.com/shlomif/perl-error.pm.git
-version: '0.17028'
+version: '0.17029'
 x_Dist_Zilla:
   perl:
-    version: '5.028002'
+    version: '5.030001'
   plugins:
     -
       class: Dist::Zilla::Plugin::Prereqs
@@ -155,7 +155,7 @@ x_Dist_Zilla:
           inherit_version: '1'
           meta_noindex: '1'
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000033'
+          Module::Metadata: '1.000036'
           version: '0.006'
       name: '@Filter/MetaProvides::Package'
       version: '2.004003'
@@ -262,6 +262,10 @@ x_Dist_Zilla:
               class: Pod::Weaver::Plugin::H1Nester
               name: '@CorePrep/H1Nester'
               version: '4.015'
+            -
+              class: Pod::Weaver::Section::Generic
+              name: '@SHLOMIF/Name'
+              version: '4.015'
             -
               class: Pod::Weaver::Section::Version
               name: '@SHLOMIF/Version'
@@ -321,7 +325,7 @@ x_Dist_Zilla:
             -
               class: Pod::Weaver::Section::Support
               name: '@SHLOMIF/Support'
-              version: '1.010'
+              version: '1.012'
             -
               class: Pod::Weaver::Section::Authors
               name: '@SHLOMIF/Authors'
@@ -407,5 +411,5 @@ x_Dist_Zilla:
     config:
       is_trial: '0'
     version: '6.012'
-x_generated_by_perl: v5.28.2
+x_generated_by_perl: v5.30.1
 x_serialization_backend: 'YAML::Tiny version 1.73'
index 86895d9728418132d7136c2b09c4aaacd423b748..5a365201305bf0c79301f47add1c361dcaafd6b5 100644 (file)
@@ -37,7 +37,7 @@ my %WriteMakefileArgs = (
     "base" => 0,
     "lib" => 0
   },
-  "VERSION" => "0.17028",
+  "VERSION" => "0.17029",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff --git a/README b/README
index 0059d4b564fba018e06886129543706ee03b07c8..2a32b9d5ded72e54659f18ad907b3ea3dfb24f74 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
 This archive contains the distribution Error,
-version 0.17028:
+version 0.17029:
 
   Error/exception handling in an OO-ish way
 
-This software is copyright (c) 2019 by Shlomi Fish ( http://www.shlomifish.org/ ).
+This software is copyright (c) 2020 by Shlomi Fish ( http://www.shlomifish.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.
index c500a0e2ae9ccecb00b9085ffdecabf0ad9d7524..5697a90606717fc7c4c3611ce3ec1a578e723943 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
 name = Error
-version = 0.17028
+version = 0.17029
 author = Shlomi Fish ( http://www.shlomifish.org/ )
 license = Perl_5
 copyright_holder = Shlomi Fish ( http://www.shlomifish.org/ )
index 896dc879cfba80223d364b978fd5180f77c5646b..38c0b08884e4138b8528f8140615d85bc98976d0 100644 (file)
@@ -10,7 +10,7 @@
 # but modified ***significantly***
 
 package Error;
-$Error::VERSION = '0.17028';
+$Error::VERSION = '0.17029';
 use strict;
 use warnings;
 
@@ -279,7 +279,7 @@ sub value
 }
 
 package Error::Simple;
-$Error::Simple::VERSION = '0.17028';
+$Error::Simple::VERSION = '0.17029';
 @Error::Simple::ISA = qw(Error);
 
 sub new
@@ -316,7 +316,7 @@ sub stringify
 # Peter Seibel <peter@weblogic.com>
 
 package Error::subs;
-$Error::subs::VERSION = '0.17028';
+$Error::subs::VERSION = '0.17029';
 use Exporter ();
 use vars qw(@EXPORT_OK @ISA %EXPORT_TAGS);
 
@@ -569,7 +569,7 @@ sub otherwise (&;$)
 1;
 
 package Error::WarnDie;
-$Error::WarnDie::VERSION = '0.17028';
+$Error::WarnDie::VERSION = '0.17029';
 sub gen_callstack($)
 {
     my ($start) = @_;
@@ -680,9 +680,13 @@ __END__
 
 =encoding UTF-8
 
+=head1 NAME
+
+Error - Error/exception handling in an OO-ish way
+
 =head1 VERSION
 
-version 0.17028
+version 0.17029
 
 =head1 SYNOPSIS
 
@@ -732,10 +736,6 @@ subsequent catch, or can simply be recorded.
 Errors in the class C<Error> should not be thrown directly, but the
 user should throw errors from a sub-class of C<Error>.
 
-=head1 NAME
-
-Error - Error/exception handling in an OO-ish way
-
 =head1 WARNING
 
 Using the "Error" module is B<no longer recommended> due to the black-magical
@@ -1099,7 +1099,7 @@ Copyright (c) 1997-8  Graham Barr. All rights reserved.
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
 
-=for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan
+=for :stopwords cpan testmatrix url bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan
 
 =head1 SUPPORT
 
@@ -1136,14 +1136,6 @@ L<https://rt.cpan.org/Public/Dist/Display.html?Name=Error>
 
 =item *
 
-AnnoCPAN
-
-The AnnoCPAN is a website that allows community annotations of Perl module documentation.
-
-L<http://annocpan.org/dist/Error>
-
-=item *
-
 CPAN Ratings
 
 The CPAN Ratings is a website that allows community ratings and reviews of Perl modules.
@@ -1215,7 +1207,7 @@ feature.
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2019 by Shlomi Fish ( http://www.shlomifish.org/ ).
+This software is copyright (c) 2020 by Shlomi Fish ( http://www.shlomifish.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.
index 8f95173c732b8d807b664680ebaeabec9a18ee30..4b76eb08d593a3dc9e487e45bc5bae03b160f71e 100644 (file)
@@ -7,7 +7,7 @@
 # licence).
 
 package Error::Simple;
-$Error::Simple::VERSION = '0.17028';
+$Error::Simple::VERSION = '0.17029';
 use strict;
 use warnings;
 
@@ -21,9 +21,13 @@ __END__
 
 =encoding UTF-8
 
+=head1 NAME
+
+Error::Simple - the simple error sub-class of Error
+
 =head1 VERSION
 
-version 0.17028
+version 0.17029
 
 =head1 SYNOPSIS
 
@@ -38,10 +42,6 @@ The only purpose of this module is to allow one to say:
 and the only thing it does is "use" Error.pm. Refer to the documentation
 of L<Error> for more information about Error::Simple.
 
-=head1 NAME
-
-Error::Simple - the simple error sub-class of Error
-
 =head1 METHODS
 
 =head2 Error::Simple->new($text [, $value])
@@ -65,7 +65,7 @@ Shlomi Fish ( L<http://www.shlomifish.org/> )
 
 L<Error>
 
-=for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan
+=for :stopwords cpan testmatrix url bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan
 
 =head1 SUPPORT
 
@@ -102,14 +102,6 @@ L<https://rt.cpan.org/Public/Dist/Display.html?Name=Error>
 
 =item *
 
-AnnoCPAN
-
-The AnnoCPAN is a website that allows community annotations of Perl module documentation.
-
-L<http://annocpan.org/dist/Error>
-
-=item *
-
 CPAN Ratings
 
 The CPAN Ratings is a website that allows community ratings and reviews of Perl modules.
@@ -181,7 +173,7 @@ feature.
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2019 by Shlomi Fish ( http://www.shlomifish.org/ ).
+This software is copyright (c) 2020 by Shlomi Fish ( http://www.shlomifish.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.