perl5-dbi / dbi

DBI - The Perl 5 Database Interface
Other
81 stars 58 forks source link

Remove obsolete perl 5.6 hacks #120

Closed JRaspass closed 1 month ago

JRaspass commented 1 month ago

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.