You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.
(Scope(Perl::Cpan::Module[Carp::Clan])) Could not look up qualified variable 'perl::package_prefix'; class perl has not been evaluated at /etc/puppet/modules/perl/manifests/cpan/module.pp:18
(Scope(Perl::Cpan::Module[Carp::Clan])) Could not look up qualified variable 'perl::package_suffix'; class perl has not been evaluated at /etc/puppet/modules/perl/manifests/cpan/module.pp:19
I"m not sure - maybe I'm doing something wrong. Here is my puppet config:
Is it possible the error/debug message is misleading and that it's simply one of the cpan modules I'm trying to make sure are installed isn't referenced correctly? I only see the errors twice:
Aug 26 15:12:22 ip-10-159-26-177 puppet-master[9402]: (Scope(Perl::Cpan::Module[Carp::Clan])) Could not look up qualified variable 'perl::package_prefix'; class perl has not been evaluated at /etc/puppet/modules/perl/manifests/cpan/module.pp:18
Aug 26 15:12:22 ip-10-159-26-177 puppet-master[9402]: (Scope(Perl::Cpan::Module[Carp::Clan])) Could not look up qualified variable 'perl::package_prefix'; class perl has not been evaluated at /etc/puppet/modules/perl/manifests/cpan/module.pp:18
Aug 26 15:12:22 ip-10-159-26-177 puppet-master[9402]: (Scope(Perl::Cpan::Module[Carp::Clan])) Could not look up qualified variable 'perl::package_suffix'; class perl has not been evaluated at /etc/puppet/modules/perl/manifests/cpan/module.pp:19
Aug 26 15:12:22 ip-10-159-26-177 puppet-master[9402]: (Scope(Perl::Cpan::Module[Carp::Clan])) Could not look up qualified variable 'perl::package_suffix'; class perl has not been evaluated at /etc/puppet/modules/perl/manifests/cpan/module.pp:19
The text was updated successfully, but these errors were encountered:
statement and still get the warnings. The warnings don't seem to cause any ill effect though. I haven't developed any modules myself. I attempted changing
(Scope(Perl::Cpan::Module[Carp::Clan])) Could not look up qualified variable 'perl::package_prefix'; class perl has not been evaluated at /etc/puppet/modules/perl/manifests/cpan/module.pp:18
(Scope(Perl::Cpan::Module[Carp::Clan])) Could not look up qualified variable 'perl::package_suffix'; class perl has not been evaluated at /etc/puppet/modules/perl/manifests/cpan/module.pp:19
I"m not sure - maybe I'm doing something wrong. Here is my puppet config:
class mymodule::cpan-modules() inherits mymodule::params {
perl::cpan::module { 'Carp::Clan': }
perl::cpan::module { 'Date::Calc': }
perl::cpan::module { 'Date::Calendar': }
perl::cpan::module { 'Email::Address': }
perl::cpan::module { 'List::MoreUtils': }
perl::cpan::module { 'Readonly': }
perl::cpan::module { 'Regexp::Common': }
perl::cpan::module { 'URI::Find': }
perl::cpan::module { 'URI::Find::Schemeless': }
perl::cpan::module { 'XML::LibXML': }
perl::cpan::module { 'YAML': }
perl::cpan::module { 'Data::Dumper': }
perl::cpan::module { 'English': }
perl::cpan::module { 'File::Basename': }
perl::cpan::module { 'File::Copy': }
perl::cpan::module { 'Getopt::Std': }
perl::cpan::module { 'HTTP::Request': }
perl::cpan::module { 'LWP::UserAgent': }
}
Is it possible the error/debug message is misleading and that it's simply one of the cpan modules I'm trying to make sure are installed isn't referenced correctly? I only see the errors twice:
Aug 26 15:12:22 ip-10-159-26-177 puppet-master[9402]: (Scope(Perl::Cpan::Module[Carp::Clan])) Could not look up qualified variable 'perl::package_prefix'; class perl has not been evaluated at /etc/puppet/modules/perl/manifests/cpan/module.pp:18
Aug 26 15:12:22 ip-10-159-26-177 puppet-master[9402]: (Scope(Perl::Cpan::Module[Carp::Clan])) Could not look up qualified variable 'perl::package_prefix'; class perl has not been evaluated at /etc/puppet/modules/perl/manifests/cpan/module.pp:18
Aug 26 15:12:22 ip-10-159-26-177 puppet-master[9402]: (Scope(Perl::Cpan::Module[Carp::Clan])) Could not look up qualified variable 'perl::package_suffix'; class perl has not been evaluated at /etc/puppet/modules/perl/manifests/cpan/module.pp:19
Aug 26 15:12:22 ip-10-159-26-177 puppet-master[9402]: (Scope(Perl::Cpan::Module[Carp::Clan])) Could not look up qualified variable 'perl::package_suffix'; class perl has not been evaluated at /etc/puppet/modules/perl/manifests/cpan/module.pp:19
The text was updated successfully, but these errors were encountered: