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

index f85cfee..dffd655 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.17027",
+  "dist_version" => "0.17028",
   "license" => "perl",
   "module_name" => "Error",
   "recursive_test_files" => 1,
diff --git a/Changes b/Changes
index 557804e..21a86a0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.17028         2019-08-23
+    - Moved the VCS repo to https://github.com/shlomif/perl-error.pm
+    - No other significant changes.
+
 0.17027         2018-10-28
     - Documentation and examples enhancements.
         - https://bitbucket.org/shlomif/perl-error.pm/pull-requests/1/october-prc-some-minor-mostly-doc-changes/diff
index 70e8c89..babfa2c 100644 (file)
--- a/META.json
+++ b/META.json
    "provides" : {
       "Error" : {
          "file" : "lib/Error.pm",
-         "version" : "0.17027"
+         "version" : "0.17028"
       },
       "Error::Simple" : {
-         "file" : "lib/Error.pm",
-         "version" : "0.17027"
+         "file" : "lib/Error/Simple.pm",
+         "version" : "0.17028"
       },
       "Error::WarnDie" : {
          "file" : "lib/Error.pm",
-         "version" : "0.17027"
+         "version" : "0.17028"
       },
       "Error::subs" : {
          "file" : "lib/Error.pm",
-         "version" : "0.17027"
+         "version" : "0.17028"
       }
    },
    "release_status" : "stable",
    "resources" : {
       "bugtracker" : {
-         "web" : "https://github.com/shlomif/error/issues"
+         "web" : "https://github.com/shlomif/perl-error.pm/issues"
       },
       "homepage" : "http://metacpan.org/release/Error",
       "repository" : {
          "type" : "git",
-         "url" : "https://bitbucket.org/shlomif/perl-error.pm",
-         "web" : "https://github.com/shlomif/error"
+         "url" : "git://github.com/shlomif/perl-error.pm.git",
+         "web" : "https://github.com/shlomif/perl-error.pm"
       }
    },
-   "version" : "0.17027",
+   "version" : "0.17028",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.028000"
+         "version" : "5.028002"
       },
       "plugins" : [
          {
             "version" : "6.012"
          },
          {
-            "class" : "Dist::Zilla::Plugin::PodVersion",
-            "name" : "@Filter/PodVersion",
-            "version" : "6.012"
-         },
-         {
             "class" : "Dist::Zilla::Plugin::Test::Compile",
             "config" : {
                "Dist::Zilla::Plugin::Test::Compile" : {
                         "version" : "4.015"
                      },
                      {
-                        "class" : "Pod::Weaver::Section::Name",
-                        "name" : "@SHLOMIF/Name",
-                        "version" : "4.015"
-                     },
-                     {
                         "class" : "Pod::Weaver::Section::Version",
                         "name" : "@SHLOMIF/Version",
                         "version" : "4.015"
          "version" : "6.012"
       }
    },
-   "x_generated_by_perl" : "v5.28.0",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.06"
+   "x_generated_by_perl" : "v5.28.2",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.12"
 }
 
index 5da4e9d..54562eb 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -28,16 +28,16 @@ name: Error
 provides:
   Error:
     file: lib/Error.pm
-    version: '0.17027'
+    version: '0.17028'
   Error::Simple:
-    file: lib/Error.pm
-    version: '0.17027'
+    file: lib/Error/Simple.pm
+    version: '0.17028'
   Error::WarnDie:
     file: lib/Error.pm
-    version: '0.17027'
+    version: '0.17028'
   Error::subs:
     file: lib/Error.pm
-    version: '0.17027'
+    version: '0.17028'
 requires:
   Carp: '0'
   Exporter: '0'
@@ -48,13 +48,13 @@ requires:
   vars: '0'
   warnings: '0'
 resources:
-  bugtracker: https://github.com/shlomif/error/issues
+  bugtracker: https://github.com/shlomif/perl-error.pm/issues
   homepage: http://metacpan.org/release/Error
-  repository: https://bitbucket.org/shlomif/perl-error.pm
-version: '0.17027'
+  repository: git://github.com/shlomif/perl-error.pm.git
+version: '0.17028'
 x_Dist_Zilla:
   perl:
-    version: '5.028000'
+    version: '5.028002'
   plugins:
     -
       class: Dist::Zilla::Plugin::Prereqs
@@ -183,10 +183,6 @@ x_Dist_Zilla:
       name: '@Filter/PodSyntaxTests'
       version: '6.012'
     -
-      class: Dist::Zilla::Plugin::PodVersion
-      name: '@Filter/PodVersion'
-      version: '6.012'
-    -
       class: Dist::Zilla::Plugin::Test::Compile
       config:
         Dist::Zilla::Plugin::Test::Compile:
@@ -267,10 +263,6 @@ x_Dist_Zilla:
               name: '@CorePrep/H1Nester'
               version: '4.015'
             -
-              class: Pod::Weaver::Section::Name
-              name: '@SHLOMIF/Name'
-              version: '4.015'
-            -
               class: Pod::Weaver::Section::Version
               name: '@SHLOMIF/Version'
               version: '4.015'
@@ -415,5 +407,5 @@ x_Dist_Zilla:
     config:
       is_trial: '0'
     version: '6.012'
-x_generated_by_perl: v5.28.0
+x_generated_by_perl: v5.28.2
 x_serialization_backend: 'YAML::Tiny version 1.73'
index 0427bf2..86895d9 100644 (file)
@@ -37,7 +37,7 @@ my %WriteMakefileArgs = (
     "base" => 0,
     "lib" => 0
   },
-  "VERSION" => "0.17027",
+  "VERSION" => "0.17028",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff --git a/README b/README
index febac49..0059d4b 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
 This archive contains the distribution Error,
-version 0.17027:
+version 0.17028:
 
   Error/exception handling in an OO-ish way
 
-This software is copyright (c) 2018 by Shlomi Fish ( http://www.shlomifish.org/ ).
+This software is copyright (c) 2019 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 2a3f5f0..c500a0e 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
 name = Error
-version = 0.17027
+version = 0.17028
 author = Shlomi Fish ( http://www.shlomifish.org/ )
 license = Perl_5
 copyright_holder = Shlomi Fish ( http://www.shlomifish.org/ )
@@ -8,7 +8,7 @@ copyright_holder = Shlomi Fish ( http://www.shlomifish.org/ )
 -bundle = @SHLOMIF
 -remove = License
 dist = Error
-repository_url = https://bitbucket.org/shlomif/perl-error.pm
+github_name = perl-error.pm
 [Keywords]
 keyword = deprecated
 keyword = exceptions
index 4993bcc..896dc87 100644 (file)
@@ -10,7 +10,7 @@
 # but modified ***significantly***
 
 package Error;
-$Error::VERSION = '0.17027';
+$Error::VERSION = '0.17028';
 use strict;
 use warnings;
 
@@ -279,7 +279,7 @@ sub value
 }
 
 package Error::Simple;
-$Error::Simple::VERSION = '0.17027';
+$Error::Simple::VERSION = '0.17028';
 @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.17027';
+$Error::subs::VERSION = '0.17028';
 use Exporter ();
 use vars qw(@EXPORT_OK @ISA %EXPORT_TAGS);
 
@@ -569,7 +569,7 @@ sub otherwise (&;$)
 1;
 
 package Error::WarnDie;
-$Error::WarnDie::VERSION = '0.17027';
+$Error::WarnDie::VERSION = '0.17028';
 sub gen_callstack($)
 {
     my ($start) = @_;
@@ -614,7 +614,7 @@ sub DEATH
         my $stackdepth = 0;
         while ( caller($stackdepth) =~ m/^Error(?:$|::)/ )
         {
-            $stackdepth++;
+            ++$stackdepth;
         }
 
         @callstack = gen_callstack( $stackdepth + 1 );
@@ -680,13 +680,9 @@ __END__
 
 =encoding UTF-8
 
-=head1 NAME
-
-Error
-
 =head1 VERSION
 
-version 0.17027
+version 0.17028
 
 =head1 SYNOPSIS
 
@@ -740,10 +736,6 @@ user should throw errors from a sub-class of C<Error>.
 
 Error - Error/exception handling in an OO-ish way
 
-=head1 VERSION
-
-version 0.17027
-
 =head1 WARNING
 
 Using the "Error" module is B<no longer recommended> due to the black-magical
@@ -1204,9 +1196,9 @@ The code is open to the world, and available for you to hack on. Please feel fre
 with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull
 from your repository :)
 
-L<https://github.com/shlomif/error>
+L<https://github.com/shlomif/perl-error.pm>
 
-  git clone https://bitbucket.org/shlomif/perl-error.pm
+  git clone git://github.com/shlomif/perl-error.pm.git
 
 =head1 AUTHOR
 
@@ -1215,7 +1207,7 @@ Shlomi Fish ( http://www.shlomifish.org/ )
 =head1 BUGS
 
 Please report any bugs or feature requests on the bugtracker website
-L<https://github.com/shlomif/error/issues>
+L<https://github.com/shlomif/perl-error.pm/issues>
 
 When submitting a bug or request, please include a test-file or a
 patch to an existing test-file that illustrates the bug or desired
@@ -1223,7 +1215,7 @@ feature.
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2018 by Shlomi Fish ( http://www.shlomifish.org/ ).
+This software is copyright (c) 2019 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 6f74930..8f95173 100644 (file)
@@ -7,7 +7,7 @@
 # licence).
 
 package Error::Simple;
-$Error::Simple::VERSION = '0.17027';
+$Error::Simple::VERSION = '0.17028';
 use strict;
 use warnings;
 
@@ -21,13 +21,9 @@ __END__
 
 =encoding UTF-8
 
-=head1 NAME
-
-Error::Simple
-
 =head1 VERSION
 
-version 0.17027
+version 0.17028
 
 =head1 SYNOPSIS
 
@@ -46,10 +42,6 @@ of L<Error> for more information about Error::Simple.
 
 Error::Simple - the simple error sub-class of Error
 
-=head1 VERSION
-
-version 0.17027
-
 =head1 METHODS
 
 =head2 Error::Simple->new($text [, $value])
@@ -170,9 +162,9 @@ The code is open to the world, and available for you to hack on. Please feel fre
 with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull
 from your repository :)
 
-L<https://github.com/shlomif/error>
+L<https://github.com/shlomif/perl-error.pm>
 
-  git clone https://bitbucket.org/shlomif/perl-error.pm
+  git clone git://github.com/shlomif/perl-error.pm.git
 
 =head1 AUTHOR
 
@@ -181,7 +173,7 @@ Shlomi Fish ( http://www.shlomifish.org/ )
 =head1 BUGS
 
 Please report any bugs or feature requests on the bugtracker website
-L<https://github.com/shlomif/error/issues>
+L<https://github.com/shlomif/perl-error.pm/issues>
 
 When submitting a bug or request, please include a test-file or a
 patch to an existing test-file that illustrates the bug or desired
@@ -189,7 +181,7 @@ feature.
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2018 by Shlomi Fish ( http://www.shlomifish.org/ ).
+This software is copyright (c) 2019 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.