root/misc/Sample-Module/Makefile.PL
| Revision 1427, 121 bytes (checked in by autrijus, 4 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | use strict; |
| 2 | use warnings; |
| 3 | use Perl6::MakeMaker; |
| 4 | |
| 5 | WriteMakefile( |
| 6 | NAME => 'Sample::Module', |
| 7 | VERSION => '0.0.1', |
| 8 | ); |
Note: See TracBrowser
for help on using the browser.
