Projects
openEuler:Mainline
perl-autodie
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 9
View file
_service:tar_scm:perl-autodie.spec
Changed
@@ -1,8 +1,8 @@ Name: perl-autodie -Version: 2.34 -Release: 3 +Version: 2.36 +Release: 1 Summary: Replace functions with ones that succeed or die with lexical scope -License: GPL or Artistic +License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/autodie Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/autodie-%{version}.tar.gz @@ -51,6 +51,9 @@ %{_mandir}/man3/* %changelog +* Thu Jul 06 2023 leeffo <liweiganga@uniontech.com> - 2.36-1 +- update to version 2.36 + * Wed Oct 26 2022 renhongxun <renhongxun@h-partners.com> - 2.34-3 - Rebuild for next release
View file
_service:tar_scm:autodie-2.34.tar.gz/Changes -> _service:tar_scm:autodie-2.36.tar.gz/Changes
Changed
@@ -1,6 +1,20 @@ Revision history for autodie -2.34 2021-01-22 11:03:19-06:00 America/Chicago +2.36 2023-01-30 16:48:23+00:00 UTC + + * Remove the use of ' as a package separator. + + * Fix spelling errors in POD. + +2.35 2023-01-27 16:00:26+00:00 UTC + + * Prepare for 5.38 changes to deprecate smartmatch + + * Remove +x bit from pm and t files + + * CI - Turn off Pod coverage and critic tests below 5.12 + +2.34 * Remove rt.cpan.org reference.
View file
_service:tar_scm:autodie-2.34.tar.gz/LICENSE -> _service:tar_scm:autodie-2.36.tar.gz/LICENSE
Changed
@@ -1,4 +1,4 @@ -This software is copyright (c) 2021 by Paul Fenwick and others (see AUTHORS file). +This software is copyright (c) 2023 by Paul Fenwick and others (see AUTHORS file). 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 @@ --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2021 by Paul Fenwick and others (see AUTHORS file). +This software is Copyright (c) 2023 by Paul Fenwick and others (see AUTHORS file). This is free software, licensed under: @@ -272,7 +272,7 @@ --- The Artistic License 1.0 --- -This software is Copyright (c) 2021 by Paul Fenwick and others (see AUTHORS file). +This software is Copyright (c) 2023 by Paul Fenwick and others (see AUTHORS file). This is free software, licensed under: @@ -292,21 +292,21 @@ - "Package" refers to the collection of files distributed by the Copyright Holder, and derivatives of that collection of files created through - textual modification. + textual modification. - "Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright - Holder. + Holder. - "Copyright Holder" is whoever is named in the copyright or copyrights for - the package. + the package. - "You" is you, if you're thinking about copying or distributing this Package. - "Reasonable copying fee" is whatever you can justify on the basis of media cost, duplication charges, time of people involved, and so on. (You will not be required to justify it to the Copyright Holder, but only to the - computing community at large as a market that must bear the fee.) + computing community at large as a market that must bear the fee.) - "Freely Available" means that no fee is charged for the item itself, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they - received it. + received it. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you @@ -373,7 +373,7 @@ 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. The End
View file
_service:tar_scm:autodie-2.34.tar.gz/MANIFEST -> _service:tar_scm:autodie-2.36.tar.gz/MANIFEST
Changed
@@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.017. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.025. AUTHORS Changes LICENSE
View file
_service:tar_scm:autodie-2.34.tar.gz/META.json -> _service:tar_scm:autodie-2.36.tar.gz/META.json
Changed
@@ -4,7 +4,7 @@ "Paul Fenwick <pjf@cpan.org>" , "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010", "license" : "perl_5" , @@ -83,9 +83,9 @@ "web" : "https://github.com/pjf/autodie" } }, - "version" : "2.34", - "x_generated_by_perl" : "v5.32.0", - "x_serialization_backend" : "Cpanel::JSON::XS version 4.24", + "version" : "2.36", + "x_generated_by_perl" : "v5.36.0", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.30", "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later" }
View file
_service:tar_scm:autodie-2.34.tar.gz/META.yml -> _service:tar_scm:autodie-2.36.tar.gz/META.yml
Changed
@@ -15,7 +15,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010' +generated_by: 'Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -42,7 +42,7 @@ resources: bugtracker: https://github.com/pjf/autodie/issues repository: git://github.com/pjf/autodie -version: '2.34' -x_generated_by_perl: v5.32.0 +version: '2.36' +x_generated_by_perl: v5.36.0 x_serialization_backend: 'YAML::Tiny version 1.73' x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
View file
_service:tar_scm:autodie-2.34.tar.gz/Makefile.PL -> _service:tar_scm:autodie-2.36.tar.gz/Makefile.PL
Changed
@@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.017. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.025. use strict; use warnings; @@ -41,7 +41,7 @@ "if" => 0, "lib" => 0 }, - "VERSION" => "2.34", + "VERSION" => "2.36", "test" => { "TESTS" => "t/*.t" }
View file
_service:tar_scm:autodie-2.34.tar.gz/lib/Fatal.pm -> _service:tar_scm:autodie-2.36.tar.gz/lib/Fatal.pm
Changed
@@ -55,7 +55,7 @@ use constant MIN_IPC_SYS_SIMPLE_VER => 0.12; -our $VERSION = '2.34'; # VERSION: Generated by DZP::OurPkg::Version +our $VERSION = '2.36'; # VERSION: Generated by DZP::OurPkg::Version our $Debug ||= 0; @@ -170,6 +170,8 @@ ':2.32' => qw(:default), ':2.33' => qw(:default), ':2.34' => qw(:default), + ':2.35' => qw(:default), + ':2.36' => qw(:default), ); @@ -1088,6 +1090,7 @@ my $code = qq no warnings qw(unopened uninitialized numeric); no if \$\ >= 5.017011, warnings => "experimental::smartmatch"; + no if \$warnings::Offsets{"deprecated::smartmatch"}, warnings => "deprecated"; if (wantarray) { my \@results = $call(@argv);
View file
_service:tar_scm:autodie-2.34.tar.gz/lib/autodie.pm -> _service:tar_scm:autodie-2.36.tar.gz/lib/autodie.pm
Changed
@@ -9,7 +9,7 @@ # ABSTRACT: Replace functions with ones that succeed or die with lexical scope BEGIN { - our $VERSION = '2.34'; # VERSION: Generated by DZP::OurPkg::Version + our $VERSION = '2.36'; # VERSION: Generated by DZP::OurPkg::Version } use constant ERROR_WRONG_FATAL => q{
View file
_service:tar_scm:autodie-2.34.tar.gz/lib/autodie/Scope/Guard.pm -> _service:tar_scm:autodie-2.36.tar.gz/lib/autodie/Scope/Guard.pm
Changed
@@ -4,7 +4,7 @@ use warnings; # ABSTRACT: Wrapper class for calling subs at end of scope -our $VERSION = '2.34'; # VERSION +our $VERSION = '2.36'; # VERSION # This code schedules the cleanup of subroutines at the end of # scope. It's directly inspired by chocolateboy's excellent
View file
_service:tar_scm:autodie-2.34.tar.gz/lib/autodie/Scope/GuardStack.pm -> _service:tar_scm:autodie-2.36.tar.gz/lib/autodie/Scope/GuardStack.pm
Changed
@@ -6,7 +6,7 @@ use autodie::Scope::Guard; # ABSTRACT: Hook stack for managing scopes via %^H -our $VERSION = '2.34'; # VERSION +our $VERSION = '2.36'; # VERSION my $H_KEY_STEM = __PACKAGE__ . '/guard'; my $COUNTER = 0;
View file
_service:tar_scm:autodie-2.34.tar.gz/lib/autodie/Util.pm -> _service:tar_scm:autodie-2.36.tar.gz/lib/autodie/Util.pm
Changed
@@ -14,7 +14,7 @@ on_end_of_compile_scope ); -our $VERSION = '2.34'; # VERSION: Generated by DZP::OurPkg:Version +our $VERSION = '2.36'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Internal Utility subroutines for autodie and Fatal @@ -179,7 +179,7 @@ =head1 DESCRIPTION -Interal Utilities for autodie and Fatal! This module is not a part of +Internal Utilities for autodie and Fatal! This module is not a part of autodie's public API. This module contains utility subroutines for abstracting away the @@ -237,7 +237,7 @@ Given a package name and a hashref mapping names to a subroutine reference (or C<undef>), this subroutine will install said subroutines on their given name in that module. If a name mapes to C<undef>, any -subroutine with that name in the target module will be remove +subroutine with that name in the target module will be removed (possibly "unshadowing" a CORE sub of same name). =head1 AUTHOR
View file
_service:tar_scm:autodie-2.34.tar.gz/lib/autodie/exception.pm -> _service:tar_scm:autodie-2.36.tar.gz/lib/autodie/exception.pm
Changed
@@ -6,7 +6,7 @@ use Scalar::Util qw(blessed); -our $VERSION = '2.34'; # VERSION: Generated by DZP::OurPkg:Version +our $VERSION = '2.36'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Exceptions from autodying functions. our $DEBUG = 0;
View file
_service:tar_scm:autodie-2.34.tar.gz/lib/autodie/exception/system.pm -> _service:tar_scm:autodie-2.36.tar.gz/lib/autodie/exception/system.pm
Changed
@@ -5,7 +5,7 @@ use parent 'autodie::exception'; use Carp qw(croak); -our $VERSION = '2.34'; # VERSION: Generated by DZP::OurPkg:Version +our $VERSION = '2.36'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Exceptions from autodying system().
View file
_service:tar_scm:autodie-2.34.tar.gz/lib/autodie/hints.pm -> _service:tar_scm:autodie-2.36.tar.gz/lib/autodie/hints.pm
Changed
@@ -5,7 +5,7 @@ use constant PERL58 => ( $ < 5.009 ); -our $VERSION = '2.34'; # VERSION: Generated by DZP::OurPkg:Version +our $VERSION = '2.36'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Provide hints about user subroutines to autodie
View file
_service:tar_scm:autodie-2.34.tar.gz/lib/autodie/skip.pm -> _service:tar_scm:autodie-2.36.tar.gz/lib/autodie/skip.pm
Changed
@@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '2.34'; # VERSION +our $VERSION = '2.36'; # VERSION # This package exists purely so people can inherit from it, # which isn't at all how roles are supposed to work, but it's
View file
_service:tar_scm:autodie-2.34.tar.gz/t/exception_class.t -> _service:tar_scm:autodie-2.36.tar.gz/t/exception_class.t
Changed
@@ -43,7 +43,7 @@ ### Tests with well-formed exception class (in Klingon) my $open_success3 = eval { - use pujHa'ghach qw(open); #' <-- this makes my editor happy + use pujHa::ghach qw(open); open(my $fh, '<', NO_SUCH_FILE); 1; }; @@ -52,6 +52,6 @@ isnt("$@","",'$@ should not be empty'); -isa_ok($@, "pujHa'ghach::Dotlh", '$@ should be a Klingon exception'); +isa_ok($@, "pujHa::ghach::Dotlh", '$@ should be a Klingon exception'); like($@, qr/lujqu'/, '$@ should contain Klingon text');
View file
_service:tar_scm:autodie-2.34.tar.gz/t/exceptions.t -> _service:tar_scm:autodie-2.36.tar.gz/t/exceptions.t
Changed
@@ -8,8 +8,11 @@ # Basic tests should go in basic_exceptions.t use 5.010; +use warnings (); use constant NO_SUCH_FILE => 'this_file_had_better_not_exist_xyzzy'; no if $ >= 5.017011, warnings => "experimental::smartmatch"; +no if exists $warnings::Offsets{"deprecated::smartmatch"}, + warnings => "deprecated"; plan 'no_plan';
View file
_service:tar_scm:autodie-2.34.tar.gz/t/lib/pujHa/ghach.pm -> _service:tar_scm:autodie-2.36.tar.gz/t/lib/pujHa/ghach.pm
Changed
@@ -1,4 +1,4 @@ -package pujHa'ghach; +package pujHa::ghach; # Translator notes: reH Hegh is Kligon for "always dying". # It was the original name for this testing pragma, but @@ -20,7 +20,7 @@ use parent qw(autodie); sub exception_class { - return "pujHa'ghach::Dotlh"; # Dotlh - status + return "pujHa::ghach::Dotlh"; # Dotlh - status } 1;
View file
_service:tar_scm:autodie-2.34.tar.gz/t/lib/pujHa/ghach/Dotlh.pm -> _service:tar_scm:autodie-2.36.tar.gz/t/lib/pujHa/ghach/Dotlh.pm
Changed
@@ -1,4 +1,4 @@ -package pujHa'ghach::Dotlh; +package pujHa::ghach::Dotlh; # Translator notes: Dotlh = status
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2