root/t/run/Dummy.pm

Revision 20490, 102 bytes (checked in by Auzon, 8 months ago)

s/use v6-alpha;$/use v6;/;
Also catching a few other mentions of v6-alpha.

Line 
1use v6;
2
3module Dummy;
4
5
6
7sub load_test () is export {
8
9  say "Module Dummy.pm was loaded"
10
11};
12
13
14
151;
Note: See TracBrowser for help on using the browser.