cpan module's data file
[email protected] ("Jeff Pang") Sat, 8 Sep 2007 13:11:46 +0800
| Newsgroups | perl.cpan.discuss |
|---|---|
| Message-ID | <[email protected]> |
Hello, When I updated a cpan module's data file (not the module itself),for example,the IP::ChinaISP module's IP-ISP database,do I always need to change the module's version?I want that this module's user always get the newest data file when he execute `install IP::ChinaISP` under CPAN shell,even he has installed it before. Thanks!