root/t/run/Dummy.pm
| Revision 20490, 102 bytes (checked in by Auzon, 8 months ago) |
|---|
| Line | |
|---|---|
| 1 | use v6; |
| 2 | |
| 3 | module Dummy; |
| 4 | |
| 5 | |
| 6 | |
| 7 | sub load_test () is export { |
| 8 | |
| 9 | say "Module Dummy.pm was loaded" |
| 10 | |
| 11 | }; |
| 12 | |
| 13 | |
| 14 | |
| 15 | 1; |
Note: See TracBrowser
for help on using the browser.
