Subject: | Package::Stash::XS is not a module name at Package/Stash.pm line 40 |
I'm not really sure what is going on here.
perl -MPackage::Stash::XS -e 1
^ fine
perl -MPackage::Stash -e 1
Package::Stash::XS is not a module name at /home/kent/perl5_local/lib/perl5/Package/Stash.pm line 40.
BEGIN failed--compilation aborted at /home/kent/perl5_local/lib/perl5/Package/Stash.pm line 46.
Compilation failed in require.
BEGIN failed--compilation aborted.
What.
$ perl -MPackage::Stash::XS -e 'Package::Stash::XS->new()'
Usage: Package::Stash::XS::new(class, package_name) at -e line 1.
$ perl -MPackage::Stash::XS -e 'Package::Stash::XS->new( "Package::Stash::XS" )'
Package::Stash::XS is not a module name at -e line 1.
Umm.
https://gist.github.com/1619127 # perl -V