Changeset 510 for cybozu2ical/trunk

Show
Ignore:
Timestamp:
08/29/08 02:10:44 (4 months ago)
Author:
ogawa
Message:

fix for POD and README.txt.

Location:
cybozu2ical/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • cybozu2ical/trunk/README.txt

    r509 r510  
    2121    WWW::CybozuOffice6::Calendar 
    2222    Text::CSV_XS or Text::CSV 
     23    DateTime 
     24    LWP::UserAgent 
     25    Class::Accessor::Fast 
    2326    Data::ICal 
    24     DateTime 
    2527    YAML or YAML::Tiny 
    26     Class::Accessor::Fast 
    2728 
    2829OPTIONS 
  • cybozu2ical/trunk/cybozu2ical

    r509 r510  
    269269=item Text::CSV_XS or Text::CSV 
    270270 
     271=item DateTime 
     272 
     273=item LWP::UserAgent 
     274 
     275=item Class::Accessor::Fast 
     276 
    271277=item Data::ICal 
    272278 
    273 =item DateTime 
    274  
    275279=item YAML or YAML::Tiny 
    276  
    277 =item Class::Accessor::Fast 
    278280 
    279281=back 
  • cybozu2ical/trunk/lib/WWW/CybozuOffice6/Calendar.pm

    r507 r510  
    7171=head1 NAME 
    7272 
    73 WWW::CybozuOffice6::Calendar - Perl extension for accessing Cybozu Office 6 Calendar 
     73WWW::CybozuOffice6::Calendar - Perl extension for accessing Cybozu Office Calendar 
    7474 
    7575=head1 SYNOPSIS 
     
    9393 
    9494C<WWW::CybozuOffice6::Calendar> is a Perl extension for accessing 
    95 Cybozu Office 6 Calendar. 
     95Cybozu Office Calendar. 
    9696 
    9797=head1 REQUIREMENT 
     
    102102=over 4 
    103103 
    104 =item Text::CSV_XS 
     104=item Text::CSV_XS or Text::CSV 
    105105 
    106106=item DateTime 
     107 
     108=item LWP::UserAgent 
     109 
     110=item Class::Accessor::Fast 
    107111 
    108112=back 
     
    131135Password for Cybozu Office 6. 
    132136 
    133 =item ua 
    134  
    135 (optional) An LWP::UserAgent object used for accessing Cybozu. 
    136  
    137137=item input_encoding 
    138138 
     
    259259Any comments, suggestions, or patches are welcome. 
    260260 
    261 =head1 AUTHOR 
    262  
    263 Hirotaka Ogawa E<lt>hirotaka.ogawa at gmail.comE<gt> 
    264  
    265 This script is free software and licensed under the same terms as Perl 
    266 (Artistic/GPL). 
     261=head1 LICENSE 
     262 
     263Copyright (c) 2008 Hirotaka Ogawa E<lt>hirotaka.ogawa at gmail.comE<gt>. 
     264All rights reserved. 
     265 
     266This library is free software; you can redistribute it and/or modify 
     267it under the terms of either: 
     268        
     269   a) the GNU General Public License as published by the Free Software 
     270      Foundation; either version 1, or (at your option) any later 
     271      version, or 
     272                          
     273   b) the "Artistic License" which comes with Perl. 
    267274 
    268275=cut