root/lang/perl/Data-Visitor-Encode/trunk/Makefile.PL
@
16155
| Revision 16155, 308 bytes (checked in by daisuke, 5 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | # $Id$ |
| 2 | # |
| 3 | # Copyright (c) 2006 Daisuke Maki <daisuke@endeworks.jp> |
| 4 | # All rights reserved. |
| 5 | |
| 6 | use inc::Module::Install; |
| 7 | |
| 8 | name 'Data-Visitor-Encode'; |
| 9 | all_from 'lib/Data/Visitor/Encode.pm'; |
| 10 | |
| 11 | requires 'Encode'; |
| 12 | requires 'Data::Visitor'; |
| 13 | requires 'Scalar::Util'; |
| 14 | build_requires 'Test::More'; |
| 15 | |
| 16 | auto_install; |
| 17 | WriteAll; |
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)