Skip to content

Instantly share code, notes, and snippets.

@wchristian
Created August 2, 2011 21:12
Show Gist options
  • Save wchristian/1121237 to your computer and use it in GitHub Desktop.
Save wchristian/1121237 to your computer and use it in GitHub Desktop.
eval {
require Trap;
};
Trap->moo;
print "this should not happen\n";
package Trap;
sub moo { print 1 }
use It's::A::Trap;
1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment