Revisions of perl-autodie

Tina Müller's avatar Tina Müller (tinita) committed (revision 22)
Fix disabling of __perllib_provides
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1136602 from Tina Müller's avatar Tina Müller (tinita) (revision 21)
- 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
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1065502 from Tina Müller's avatar Tina Müller (tinita) (revision 20)
- updated to 2.36
   see /usr/share/doc/packages/perl-autodie/Changes
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 866758 from Tina Müller's avatar Tina Müller (tinita) (revision 19)
- 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.
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 765192 from Tina Müller's avatar Tina Müller (tinita) (revision 18)
- 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.
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 762632 from Tina Müller's avatar Tina Müller (tinita) (revision 17)
- 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.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 320550 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 16)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 296251 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 15)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 14)
buildservice-autocommit accepted request 224954 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 13)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 12)
update
buildservice-autocommit accepted request 202242 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 11)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 10)
update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 184915 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 9)
initialized devel package after accepting 184915
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 8)
- 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.
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 7)
use gz
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 6)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 5)
don't use rpm macros
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 4)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 3)
always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)
Displaying revisions 1 - 20 of 22
openSUSE Build Service is sponsored by