summaryrefslogtreecommitdiffstats
path: root/XS.xs
diff options
context:
space:
mode:
Diffstat (limited to 'XS.xs')
-rw-r--r--XS.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XS.xs b/XS.xs
index 60775b7..58c76b9 100644
--- a/XS.xs
+++ b/XS.xs
@@ -384,7 +384,7 @@ new(class, package_name)
HV *instance;
CODE:
if (!SvPOK(package_name))
- croak("The constructor argument must be the name of a package");
+ croak("Package::Stash->new must be passed the name of the package to access");
instance = newHV();