Skip Menu |

This queue is for tickets about the Business-SWIFT CPAN distribution.

Report information
The Basics
Id: 68235
Status: resolved
Priority: 0/
Queue: Business-SWIFT

People
Owner: JETEVE [...] cpan.org
Requestors: lkml [...] ds.gauner.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.01
Fixed in: (no value)



Subject: Please support Locales 0.16
This package is broken with recent releases of Locales. It only works with Locales 0.04. The latest release is 0.16 which is included in many Distributions. The attached patch fixes this issue.
Subject: use-locales-0.16.patch
6c6 < require Locales::Country ; --- > use Locales; 73c73 < my $en = new Locales::Country( "en" ); --- > my $en = Locales->new( "en" ); 75c75 < if ( ! $en->code2country( $countryCode ) ){ --- > if ( ! $en->get_territory_from_code( $countryCode ) ){
Thanks for the feedback. Will fix and upload a new version. Expect one day.
Patched. New release uploaded. Waiting for more tests before closing.
Upload complete.