root/trunk/POE-Session-Magic/MSTest.pm
| Revision 13, 171 bytes (checked in by scottmc, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | package MSTest; |
| 2 | |
| 3 | # Without a _start state defined of some type, one is created that |
| 4 | # sets an alias. |
| 5 | |
| 6 | use POE::Session::Magic; |
| 7 | |
| 8 | sub test : Inline { |
| 9 | print shift; |
| 10 | } |
| 11 | |
| 12 | 1; |
Note: See TracBrowser
for help on using the browser.