summaryrefslogtreecommitdiff
path: root/t/lib/Class/Load/Error/SyntaxErrorAfterIsa.pm
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2014-11-13 06:59:49 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2014-11-13 06:59:49 +0000
commit60626c51d97a7ef06b364481ae4afd9706ef6ece (patch)
tree29f14af72f207da0e57c7ac944a2ab3faddff296 /t/lib/Class/Load/Error/SyntaxErrorAfterIsa.pm
downloadClass-Load-XS-tarball-60626c51d97a7ef06b364481ae4afd9706ef6ece.tar.gz
Diffstat (limited to 't/lib/Class/Load/Error/SyntaxErrorAfterIsa.pm')
-rw-r--r--t/lib/Class/Load/Error/SyntaxErrorAfterIsa.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/t/lib/Class/Load/Error/SyntaxErrorAfterIsa.pm b/t/lib/Class/Load/Error/SyntaxErrorAfterIsa.pm
new file mode 100644
index 0000000..a0ae426
--- /dev/null
+++ b/t/lib/Class/Load/Error/SyntaxErrorAfterIsa.pm
@@ -0,0 +1,11 @@
+package Class::Load::Error::SyntaxErrorAfterIsa;
+use strict;
+use warnings;
+
+# This library emulates a bug that can occur under App::Cmd,
+#
+# A Broken library "use"'s annother library ( App::Cmd::Setup ), and
+# that library injects @ISA during import->()
+our @ISA = qw( UNIVERSAL );
+#}
+sub {