root/lang/perl/Games-TicTacToe/trunk/Build.PL
@
25422
| Revision 25422, 455 bytes (checked in by junichiro, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | use strict; |
| 2 | use warnings; |
| 3 | use Module::Build; |
| 4 | |
| 5 | my $builder = Module::Build->new( |
| 6 | module_name => 'Games::TicTacToe', |
| 7 | license => 'perl', |
| 8 | dist_author => 'Junichiro Tobe <junichiro.tobe@gmail.com>', |
| 9 | dist_version_from => 'lib/Games/TicTacToe.pm', |
| 10 | requires => { |
| 11 | 'Test::More' => 0, |
| 12 | 'version' => 0, |
| 13 | }, |
| 14 | add_to_cleanup => [ 'Games-TicTacToe-*' ], |
| 15 | ); |
| 16 | |
| 17 | $builder->create_build_script(); |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)