Skip Menu |

This queue is for tickets about the App-I18N CPAN distribution.

Report information
The Basics
Id: 66314
Status: open
Priority: 0/
Queue: App-I18N

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.033
Fixed in: (no value)



Subject: Undeclared dependency on YAML::XS
As per subject. Two files use YAML::XS directly: lib/App/I18N.pm 10-use Exporter 'import'; 11-use JSON::XS; 12:use YAML::XS; 13-use File::Basename; 14-use Locale::Maketext::Extract; lib/App/I18N/Config.pm 3-use strict; 4-use File::Spec; 5:use YAML::XS; 6- 7-our $CONFIG; 19- my $configfile = shift || $class->configfile; 20- if( -e $configfile ) { 21: return $CONFIG ||= YAML::XS::LoadFile($configfile); 22- } 23- return; ... but it isn't declared in Makefile.PL or META.yml. HTH, Best,
And Template::Declare is also not declared (no pun intended:)
And Template::Declare is also not declared (no pun intended:)