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

Revision 13, 216 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 MSDynload;
2
3use POE::Session::Magic;
4
5sub _start : Inline {
6    print "This package was dynamically loaded with magic";
7}
8
9sub _stop : Inline {
10    print "This session had nothing to do so it stopped";
11}
12
131;
Note: See TracBrowser for help on using the browser.