12 Commits

Author SHA256 Message Date
40f2e10073 Fix disabling of __perllib_provides
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-autodie?expand=0&rev=22
2024-03-08 23:12:26 +00:00
5b33600a97 Accepting request 1136602 from devel:languages:perl:autoupdate
- updated to 2.37
   see /usr/share/doc/packages/perl-autodie/Changes
  2.37      2023-12-28 19:12:52+00:00 UTC
  	* #117 - Deprecate smartmatch handling
  	* #118 - Remove mention of cpanratings.perl.org
  	* #119 - Fix typo in changelog

OBS-URL: https://build.opensuse.org/request/show/1136602
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-autodie?expand=0&rev=21
2024-01-04 15:14:50 +00:00
742144d23d Accepting request 1065502 from devel:languages:perl:autoupdate
- updated to 2.36
   see /usr/share/doc/packages/perl-autodie/Changes

OBS-URL: https://build.opensuse.org/request/show/1065502
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-autodie?expand=0&rev=20
2023-02-13 19:05:39 +00:00
65bf953719 Accepting request 866758 from devel:languages:perl:autoupdate
- updated to 2.34
   see /usr/share/doc/packages/perl-autodie/Changes
  2.34      2021-01-22 11:03:19-06:00 America/Chicago
          * Remove rt.cpan.org reference.
  2.33
          * Switch to testsuite CI workflow
          * Add 2.33 support to Fatal.pm
          * Add missing use Scalar::Utils for using bless
          * Fix typo
          * Update bug tracker to github to prep for rt shutdown.

OBS-URL: https://build.opensuse.org/request/show/866758
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-autodie?expand=0&rev=19
2021-01-27 16:13:47 +00:00
Lars Vogdt
d1d152d960 Accepting request 765192 from devel:languages:perl:autoupdate
- updated to 2.32
   see /usr/share/doc/packages/perl-autodie/Changes
  2.32      2020-01-16 11:40:52-06:00 America/Chicago
  
          * Update automated tests to include soft dependencies.
  
          * Remove Test::Perl::Critic as a testing requirement.
  
          * Update README.md to show github actions status
            not Travis.

OBS-URL: https://build.opensuse.org/request/show/765192
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-autodie?expand=0&rev=18
2020-01-20 06:58:23 +00:00
Lars Vogdt
7b6eb2e0e7 Accepting request 762632 from devel:languages:perl:autoupdate
- updated to 2.31
   see /usr/share/doc/packages/perl-autodie/Changes
  2.31      2020-01-08 00:37:45-06:00 America/Chicago
  
          * TEST BUGFIX: Correct diag explain in t/version.t
            so it'll pass on perl 5.8
  
          * TEST BUGFIX: Only test t/no-all.t if optional
            IPC::System::Simple is available
  
          * BUILD: Switch automated testing to github actions
  
          * TEST BUGFIX: Turn off t/kill.t for windows. Recent
            versions of windows seem to choke when doing:
            `kill 0, $$;`
  
  2.30      2020-01-02 16:51:16-06:00 America/Chicago
  
          * BUGFIX: Fix a boolean logic precedence error causing
            a "useless use of numeric" warning when using kill
            with a signal of 0.  Thanks to Maurice Aubrey for
            reporting the issue and providing a Pull Request
            for it.  (GH#76)
  
          * BUGFIX: Apply patch from Niko Tyni to fix a scoping
            issue "no autodie" and the "system" sub.  (GH#69)
  
          * BUGFIX / DOC: Update code and documentation about
            smartmatch to match current the current support
            in perl.  Thanks to Zefram; cherry-picked from
            perl core.  (GH#83)
  
          * DOC: Fix a POD error and some unnecessary spaces
            that tripped POD parsers.  Thanks to Aaron Crane
            and Chase Whitener for reporting the issues plus
            providing Pull Requests for it.  (GH#51 and GH#79)
  
          * DOC: Document how to use Import::Into with autodie.
            (GH#50)
  
          * BUILD: Clean up of dzil.ini removing some unnecessary
            test recommends.  Thanks to Karen Etheridge for
            reporting the issue and providing a Pull Requests
            for it.  (GH#78)
  
          * TEST BUGFIX: Set binmode on some file handles to fix
            issues on Windows.  Thanks to Tony Cook; cherry-picked
            from perl core.  (GH#83)
  
          * TEST / INTERNAL / TRAVIS: Also test with Perl 5.22,
            5.24, 5.26 and 5.28.

OBS-URL: https://build.opensuse.org/request/show/762632
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-autodie?expand=0&rev=17
2020-01-12 19:59:25 +00:00
Stephan Kulow
2136403162 Accepting request 320550 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/320550
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-autodie?expand=0&rev=16
2015-08-06 05:57:56 +00:00
Stephan Kulow
8b5f40b0d4 Accepting request 296251 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/296251
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-autodie?expand=0&rev=15
2015-04-15 09:28:16 +00:00
Stephan Kulow
396aa7011c OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-autodie?expand=0&rev=14 2015-04-13 16:58:04 +00:00
Stephan Kulow
9bcdc8a567 - updated to 2.20
Many improvements from Niels Thykier, hero of the
      free people.  From GH #25:
      * SPEED / INTERNAL: Less time is spent computing prototypes
      * SPEED / INTERNAL: Leak guards are more efficient.
      * SPEED : Expanding tags (eg: qw(:all)) is now faster.
        This also improves the speed of checking autodying
        code with Perl::Critic.
      * INTERNAL: Expanding of tags is faster and preserves order.
      * BUGFIX: Loading a file that does not change packages while
        autodie in effect no longer causes weird behaviour when
        slurpy built-ins (like open() and unlink()) are called. GH #22
        Thanks to Niels Thykier.
      * TEST: Tests for leak guard failures for slurpy core functions.
      * TEST: More testing in scope_leak.t.
      * TEST: More testing around packages in truncate.t.
      * SPEED / INTERNAL: Significant improvements in load time,
        especially when autodie is used across multiple files,
        by caching reuseable subroutines and reducing calls to eval "".
        Huge thanks to Niels Thykier, who is a hero of the
        free people, and completely and utterly awesome.
        (RT #46984)
      * DOCUMENTATION: Spelling and correction fixes,
        courtesy David Steinbrunner.
      * DEVEL: Faster and more robust testing with travis-ci.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-autodie?expand=0&rev=8
2013-07-30 05:47:48 +00:00
Stephan Kulow
2038579b26 siwtch to perl_requires macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-autodie?expand=0&rev=2
2010-12-01 13:38:00 +00:00
Lars Vogdt
a5f1039025 - initial version 2.10
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-autodie?expand=0&rev=1
2010-05-09 18:00:21 +00:00