root/misc/Sample-Module/Makefile.PL

Revision 1427, 121 bytes (checked in by autrijus, 4 years ago)

* Threads. Sockets. Namespaces. Perl6::MakeMaker?. pugscc now runs everywhere. template haskell is now optional. Symbols are now GADTs. much more.

  • Property svn:mime-type set to text/plain; charset=UTF-8
  • Property svn:eol-style set to native
Line 
1use strict;
2use warnings;
3use Perl6::MakeMaker;
4
5WriteMakefile(
6    NAME => 'Sample::Module',
7    VERSION => '0.0.1',
8);
Note: See TracBrowser for help on using the browser.