root/cybozu2ical/tags/0.05/Makefile.PL

Revision 304, 267 bytes (checked in by ogawa, 3 years ago)

Fix Typo.
Add Text::CSV_XS module to the prereq list.

Line 
1use ExtUtils::MakeMaker;
2WriteMakefile(
3    'NAME' => 'cybozu2ical',
4    'VERSION_FROM' => 'cybozu2ical',
5    'PREREQ_PM' => {
6        Text::CSV_XS => 0,
7        Data::ICal => 0,
8        DateTime => 0,
9        YAML => 0,
10    },
11    EXE_FILES => [ 'cybozu2ical' ],
12);
Note: See TracBrowser for help on using the browser.