Changeset 9254 for lang/perl

Show
Ignore:
Timestamp:
04/10/08 16:34:39 (5 years ago)
Author:
tokuhirom
Message:

Checking in changes prior to tagging of version 0.12. Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 11732)
+++ Changes (local)
@@ -1,5 +1,9 @@

Revision history for Net-CIDR-MobileJP


+0.12
+
+ - remove Net::CIDR::MobileJP::Scraper.
+

0.11


  • updated cidr.yaml
Location:
lang/perl/Net-CIDR-MobileJP/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Net-CIDR-MobileJP/trunk/Changes

    r5546 r9254  
    11Revision history for Net-CIDR-MobileJP 
     2 
     30.12 
     4 
     5    - remove Net::CIDR::MobileJP::Scraper. 
    26 
    370.11 
  • lang/perl/Net-CIDR-MobileJP/trunk/MANIFEST

    r9253 r9254  
    2727t/spelling.t 
    2828t/test.yaml 
     29share/cidr.yaml 
  • lang/perl/Net-CIDR-MobileJP/trunk/lib/Net/CIDR/MobileJP.pm

    r5546 r9254  
    66use Net::CIDR::Lite; 
    77use File::ShareDir (); 
    8 our $VERSION = '0.11'; 
     8our $VERSION = '0.12'; 
    99 
    1010sub new { 
     
    107107L<http://d.hatena.ne.jp/spiritloose/20061010/1160471510> 
    108108 
    109 =head1 LICENSE AND COPYRIGHT 
     109=head1 COPYRIGHT 
    110110 
    111 Copyright (c) 2006, Tokuhiro Matsuno C<< <tokuhiro __at__ mobilefactory.jp> >>. All rights reserved. 
     111This program is free software; you can redistribute 
     112it and/or modify it under the same terms as Perl itself. 
    112113 
    113 This module is free software; you can redistribute it and/or 
    114 modify it under the same terms as Perl itself. See L<perlartistic>. 
    115  
     114The full text of the license can be found in the 
     115LICENSE file included with this module.