Skip to content

Instantly share code, notes, and snippets.

@ingydotnet
Created July 8, 2011 21:57
Show Gist options
  • Save ingydotnet/1072930 to your computer and use it in GitHub Desktop.
Save ingydotnet/1072930 to your computer and use it in GitHub Desktop.
package AuApp;
use Meta::Module -compile;
package AuApp::boom;
sub execute { ... }
package AuApp::bam;
sub execute { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment