Groups | Search | Server Info | Keyboard shortcuts | Login | Register
| Newsgroups | perl.dbi.dev |
|---|---|
| Date | 2024-08-13 23:40 -0700 |
| Message-ID | <perl5-dbi/dbi/push/refs/heads/master/dbc1c4-6249f4@github.com> (permalink) |
| Subject | [perl5-dbi/dbi] 4f95f9: Remove obsolete perl 5.6 hacks |
| From | dbi-dev@perl.org ("H.Merijn Brand" via dbi-dev) |
Branch: refs/heads/master
Home: https://github.com/perl5-dbi/dbi
Commit: 4f95f9a96ead784461e678aaad41ed28a210170c
https://github.com/perl5-dbi/dbi/commit/4f95f9a96ead784461e678aaad41ed28a210170c
Author: James Raspass <jraspass@gmail.com>
Date: 2024-08-13 (Tue, 13 Aug 2024)
Changed paths:
M DBI.pm
M lib/DBI/ProxyServer.pm
M lib/DBI/PurePerl.pm
M t/80proxy.t
Log Message:
-----------
Remove obsolete perl 5.6 hacks
Remove the monkey-patching of utf8 and then the require of utf8 because
as per the docs you shouldn't load utf8 to use its functions.
Also remove a couple of stray old version requirements, in both cases
the files load DBI.pm which has a greater 5.8 require.
Commit: 6249f4019a9f353ce7ed39e283a54a09ae0ed24a
https://github.com/perl5-dbi/dbi/commit/6249f4019a9f353ce7ed39e283a54a09ae0ed24a
Author: H.Merijn Brand <perl5@tux.freedom.nl>
Date: 2024-08-14 (Wed, 14 Aug 2024)
Changed paths:
M DBI.pm
M lib/DBI/ProxyServer.pm
M lib/DBI/PurePerl.pm
M t/80proxy.t
Log Message:
-----------
Merge pull request #120 from JRaspass/remove-5.6-hacks
Remove obsolete perl 5.6 hacks
Compare: https://github.com/perl5-dbi/dbi/compare/dbc1c48e7dba...6249f4019a9f
To unsubscribe from these emails, change your notification settings at https://github.com/perl5-dbi/dbi/settings/notifications
Back to perl.dbi.dev | Previous | Next | Find similar
[perl5-dbi/dbi] 4f95f9: Remove obsolete perl 5.6 hacks dbi-dev@perl.org ("H.Merijn Brand" via dbi-dev) - 2024-08-13 23:40 -0700
csiph-web