Changeset 304

Show
Ignore:
Timestamp:
04/17/06 06:46:58 (3 years ago)
Author:
ogawa
Message:

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

Location:
cybozu2ical/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • cybozu2ical/trunk/Makefile.PL

    r301 r304  
    44    'VERSION_FROM' => 'cybozu2ical', 
    55    'PREREQ_PM' => { 
     6        Text::CSV_XS => 0, 
    67        Data::ICal => 0, 
    78        DateTime => 0, 
  • cybozu2ical/trunk/cybozu2ical

    r302 r304  
    127127=head1 NAME 
    128128 
    129 cybozu2ical - Convert CybozuOffice6 calendar into iCal format 
     129cybozu2ical - Convert Cybozu Office 6 calendar into iCal format 
    130130 
    131131=head1 SYNOPSIS 
     
    151151=over 4 
    152152 
     153=item Text::CSV_XS 
     154 
    153155=item Data::ICal 
    154156