summaryrefslogtreecommitdiffstats
path: root/t/lib/Package/Stash.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-21 13:16:12 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-21 13:16:12 -0400
commitb13158afaff628e433a690278d8e78a27bb1b338 (patch)
tree1e97bfd71724a62be45a94f7b6b52ac35d3e5190 /t/lib/Package/Stash.pm
parent75c2df38ef4dd32445753354846356f8a058c298 (diff)
downloadpackage-stash-b13158afaff628e433a690278d8e78a27bb1b338.tar.gz
package-stash-b13158afaff628e433a690278d8e78a27bb1b338.zip
error handling here
Diffstat (limited to 't/lib/Package/Stash.pm')
-rw-r--r--t/lib/Package/Stash.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/Package/Stash.pm b/t/lib/Package/Stash.pm
index 341a2fd..4078812 100644
--- a/t/lib/Package/Stash.pm
+++ b/t/lib/Package/Stash.pm
@@ -1,3 +1,3 @@
$Package::Stash::IMPLEMENTATION = 'PP';
-do 'lib/Package/Stash.pm';
+do 'lib/Package/Stash.pm' or die $@ || $!;
1;