"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,
+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.
"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"
}
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'
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
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'
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'
-
class: Pod::Weaver::Section::Support
name: '@SHLOMIF/Support'
- version: '1.010'
+ version: '1.012'
-
class: Pod::Weaver::Section::Authors
name: '@SHLOMIF/Authors'
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'
"base" => 0,
"lib" => 0
},
- "VERSION" => "0.17028",
+ "VERSION" => "0.17029",
"test" => {
"TESTS" => "t/*.t"
}
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.
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/ )
# but modified ***significantly***
package Error;
-$Error::VERSION = '0.17028';
+$Error::VERSION = '0.17029';
use strict;
use warnings;
}
package Error::Simple;
-$Error::Simple::VERSION = '0.17028';
+$Error::Simple::VERSION = '0.17029';
@Error::Simple::ISA = qw(Error);
sub new
# 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);
1;
package Error::WarnDie;
-$Error::WarnDie::VERSION = '0.17028';
+$Error::WarnDie::VERSION = '0.17029';
sub gen_callstack($)
{
my ($start) = @_;
=encoding UTF-8
+=head1 NAME
+
+Error - Error/exception handling in an OO-ish way
+
=head1 VERSION
-version 0.17028
+version 0.17029
=head1 SYNOPSIS
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
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
=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.
=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.
# licence).
package Error::Simple;
-$Error::Simple::VERSION = '0.17028';
+$Error::Simple::VERSION = '0.17029';
use strict;
use warnings;
=encoding UTF-8
+=head1 NAME
+
+Error::Simple - the simple error sub-class of Error
+
=head1 VERSION
-version 0.17028
+version 0.17029
=head1 SYNOPSIS
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])
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
=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.
=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.