Changeset 8746
- Timestamp:
- 04/03/08 16:29:23 (6 months ago)
- Location:
- lang/perl/WebService-Simple/trunk
- Files:
-
- 6 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/WebService-Simple/trunk/Build.PL
r8550 r8746 9 9 dist_version_from => 'lib/WebService/Simple.pm', 10 10 requires => { 11 'Test::More' => 0, 12 }, 11 'Test::More' => 0, 12 'URI::Escape' => 0, 13 'LWP::UserAgent' => 0, 14 'XML::Simple' => 0, 15 }, 13 16 add_to_cleanup => [ 'WebService-Simple-*' ], 14 17 ); -
lang/perl/WebService-Simple/trunk/Changes
r8550 r8746 1 1 Revision history for WebService-Simple 2 2 3 0.0.2 Thu Apr 03 16:13:00 2008 4 - Added CHACHING 3 5 0.0.1 Thu Mar 27 10:06:09 2008 4 Initial release. 5 6 - original version -
lang/perl/WebService-Simple/trunk/MANIFEST
r8550 r8746 10 10 t/pod-coverage.t 11 11 t/pod.t 12 example/flickr_echo.pl 13 example/flickr_search.pl 14 example/lingr.pl -
lang/perl/WebService-Simple/trunk/Makefile.PL
r8550 r8746 10 10 PL_FILES => {}, 11 11 PREREQ_PM => { 12 'Test::More' => 0, 13 }, 12 'Test::More' => 0, 13 'URI::Escape' => 0, 14 'LWP::UserAgent' => 0, 15 'XML::Simple' => 0, 16 }, 14 17 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, 15 18 clean => { FILES => 'WebService-Simple-*' }, -
lang/perl/WebService-Simple/trunk/README
r8550 r8746 1 WebService-Simple version 0.0.1 2 3 [ REPLACE THIS... 4 5 The README is used to introduce the module and provide instructions on 6 how to install the module, any machine dependencies it may have (for 7 example C compilers and installed libraries) and any other information 8 that should be understood before the module is installed. 9 10 A README file is required for CPAN modules since CPAN extracts the 11 README file from a module distribution so that people browsing the 12 archive can use it get an idea of the modules uses. It is usually a 13 good idea to provide version information here so that people can 14 decide whether fixes for the module are worth downloading. 15 ] 16 1 WebService-Simple version 0.0.2 17 2 18 3 INSTALLATION … … 32 17 ./Build install 33 18 34 35 DEPENDENCIES36 37 None.38 39 40 19 COPYRIGHT AND LICENCE 41 20 -
lang/perl/WebService-Simple/trunk/lib/WebService/Simple.pm
r8741 r8746 6 6 use URI::Escape; 7 7 use LWP::UserAgent; 8 use URI::Escape;9 8 use WebService::Simple::Response; 10 9
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)