|
Revision 2775, 0.7 kB
(checked in by tokuhirom, 5 years ago)
|
|
Checking in changes prior to tagging of version 0.02. Changelog diff is:
=== Changes
==================================================================
--- Changes (revision 373)
+++ Changes (local)
@@ -1,4 +1,9 @@
Revision history for Perl extension WWW::MobileCarrierJP
+0.02 Thu Dec 6 21:32:20 PST 2007
+ - added Pictogram Info scraper.
+ copied from Encode-JP-Mobile.
+ miyagawa++
+
0.01 Wed Dec 5 03:52:51 2007
|
| Line | |
|---|
| 1 | package WWW::MobileCarrierJP; |
|---|
| 2 | use strict; |
|---|
| 3 | use warnings; |
|---|
| 4 | |
|---|
| 5 | our $VERSION = '0.02'; |
|---|
| 6 | |
|---|
| 7 | =head1 NAME |
|---|
| 8 | |
|---|
| 9 | WWW::MobileCarrierJP - scrape mobile carrier information |
|---|
| 10 | |
|---|
| 11 | =head1 WARNINGS |
|---|
| 12 | |
|---|
| 13 | THIS SOFTWARE IS STILL UNDER ALPHA STATUS.DON'T USE ME :) |
|---|
| 14 | |
|---|
| 15 | =head1 DESCRIPTION |
|---|
| 16 | |
|---|
| 17 | Japanese Mobile Phone Carrier doesn't feed any information by the machine readable format :( |
|---|
| 18 | |
|---|
| 19 | This is good wrapper for this problem. |
|---|
| 20 | |
|---|
| 21 | This module makes machine readable format from html :) |
|---|
| 22 | |
|---|
| 23 | =head1 AUTHOR |
|---|
| 24 | |
|---|
| 25 | Tokuhiro Matsuno <tokuhirom gmail com> |
|---|
| 26 | |
|---|
| 27 | =head1 COPYRIGHT |
|---|
| 28 | |
|---|
| 29 | This program is free software; you can redistribute |
|---|
| 30 | it and/or modify it under the same terms as Perl itself. |
|---|
| 31 | |
|---|
| 32 | The full text of the license can be found in the |
|---|
| 33 | LICENSE file included with this module. |
|---|
| 34 | |
|---|
| 35 | =cut |
|---|
| 36 | |
|---|
| 37 | 1; |
|---|