root/trunk/POE-Session-Magic/MSTest.pm

Revision 13, 171 bytes (checked in by scottmc, 3 years ago)

Added old perl modules
Starting to think maybe I should structure the new repository differently

Line 
1package MSTest;
2
3# Without a _start state defined of some type, one is created that
4# sets an alias.
5
6use POE::Session::Magic;
7
8sub test : Inline {
9    print shift;
10}
11
121;
Note: See TracBrowser for help on using the browser.