From: DongHun Kwak Date: Tue, 19 Jul 2022 06:14:46 +0000 (+0900) Subject: Imported Upstream version 0.17029 X-Git-Tag: upstream/0.17029^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fupstream;p=platform%2Fupstream%2Fperl-Error.git Imported Upstream version 0.17029 --- diff --git a/Build.PL b/Build.PL index dffd655..1480a53 100644 --- 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 21a86a0..4e958be 100644 --- 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. diff --git a/META.json b/META.json index babfa2c..ae8ec47 100644 --- a/META.json +++ b/META.json @@ -69,19 +69,19 @@ "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", @@ -96,10 +96,10 @@ "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" : [ { @@ -229,7 +229,7 @@ "meta_noindex" : 1 }, "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000033", + "Module::Metadata" : "1.000036", "version" : "0.006" } }, @@ -369,6 +369,11 @@ "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", @@ -442,7 +447,7 @@ { "class" : "Pod::Weaver::Section::Support", "name" : "@SHLOMIF/Support", - "version" : "1.010" + "version" : "1.012" }, { "class" : "Pod::Weaver::Section::Authors", @@ -558,7 +563,7 @@ "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" } diff --git a/META.yml b/META.yml index 54562eb..38008b2 100644 --- 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' diff --git a/Makefile.PL b/Makefile.PL index 86895d9..5a36520 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 0059d4b..2a32b9d 100644 --- 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. diff --git a/dist.ini b/dist.ini index c500a0e..5697a90 100644 --- 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/ ) diff --git a/lib/Error.pm b/lib/Error.pm index 896dc87..38c0b08 100644 --- a/lib/Error.pm +++ b/lib/Error.pm @@ -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 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 should not be thrown directly, but the user should throw errors from a sub-class of C. -=head1 NAME - -Error - Error/exception handling in an OO-ish way - =head1 WARNING Using the "Error" module is B 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 =item * -AnnoCPAN - -The AnnoCPAN is a website that allows community annotations of Perl module documentation. - -L - -=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. diff --git a/lib/Error/Simple.pm b/lib/Error/Simple.pm index 8f95173..4b76eb0 100644 --- a/lib/Error/Simple.pm +++ b/lib/Error/Simple.pm @@ -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 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 ) L -=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 =item * -AnnoCPAN - -The AnnoCPAN is a website that allows community annotations of Perl module documentation. - -L - -=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.