Subject: | Config::General::Interpolated does get loaded at runtime |
I am trying to use Config::General and gettinh this error:
Config::General: Can't locate Config/General/Interpolated.pm in @INC (you may need to install the Config::General::Interpolated module) (@INC contains: /opt/sparrow/plugins/public/package-generic/local/lib/perl5 /usr/lib/perl5/5.26/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.26/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.26/core_perl /usr/share/perl5/core_perl . /opt/sparrow/plugins/public/package-generic/lib) at /usr/share/perl5/site_perl/Config/General.pm line 231.
at /usr/share/perl5/site_perl/Outthentic.pm line 134.
Here are details of usage:
lib/Outthentic.pm :
134 my %c = Config::General->new(
135 -InterPolateVars => 1 ,
136 -InterPolateEnv => 1 ,
137 -ConfigFile => $path
138 )->getall or confess "file $path is not valid config file";
I am using Config::General 2.63, the other details on Perl version and OS could be found here:
https://travis-ci.org/melezhik/sparrowdo/jobs/293107164#L674-L812
Regards
Alexey