Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evancarroll/perl-www-discogs
https://github.com/evancarroll/perl-www-discogs
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/evancarroll/perl-www-discogs
- Owner: EvanCarroll
- Created: 2012-10-10T20:53:59.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-10T20:54:34.000Z (about 12 years ago)
- Last Synced: 2024-04-17T21:15:58.161Z (7 months ago)
- Language: Perl
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
WWW-Discogs version 0.13
============================This module will let you connect to discogs.com to gather information
about artists, albums, and labels.INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
This module requires these other modules and libraries:
LWP::UserAgent, URI, URI::Escape, JSON::XS, NEXT
COPYRIGHT AND LICENCE
Copyright (C) 2008 by Lee Aylward
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.0 or,
at your option, any later version of Perl 5 you may have available.