Skip to content

Instantly share code, notes, and snippets.

@wchristian
Created July 29, 2012 23:58
Show Gist options
  • Save wchristian/3202670 to your computer and use it in GitHub Desktop.
Save wchristian/3202670 to your computer and use it in GitHub Desktop.
tiny-export
This is kind of dumb.
{
package Moo;
use TinyExport;
}
Moo::meep();
main::meep();
# 02:14:18 (dg) it's a budget exporter, you only get to export once
sub meep { print 1 }
package TinyExport;
1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment