root/lang/perl/Filter-SQL/trunk/Makefile.PL
@
21488
| Revision 21488, 260 bytes (checked in by kazuho, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | use strict; |
| 2 | use inc::Module::Install; |
| 3 | |
| 4 | name('Filter-SQL'); |
| 5 | all_from('lib/Filter/SQL.pm'); |
| 6 | |
| 7 | requires 'Carp'; |
| 8 | requires 'DBI'; |
| 9 | requires 'Filter::Simple' => 0.82; |
| 10 | requires 'List::MoreUtils' => 0.21; |
| 11 | requires 'Text::Balanced' => '2.0.0'; |
| 12 | |
| 13 | auto_install; |
| 14 | 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)