Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soh335/anyevent-webservice-lingr
https://github.com/soh335/anyevent-webservice-lingr
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/soh335/anyevent-webservice-lingr
- Owner: soh335
- Created: 2011-10-15T05:11:56.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-08T08:05:34.000Z (almost 13 years ago)
- Last Synced: 2024-10-11T21:11:57.045Z (about 1 month ago)
- Language: Perl
- Homepage:
- Size: 121 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
This is Perl module AnyEvent::WebService::Lingr.
INSTALLATION
Type the following command:
$ curl -L http://cpanmin.us | perl - AnyEvent::WebService::Lingr
Or install cpanm and then run the following command to install
AnyEvent::WebService::Lingr:$ cpanm AnyEvent::WebService::Lingr
If you get an archive of this distribution, unpack it and build it
as per the usual:$ tar xzf AnyEvent-WebService-Lingr-$version.tar.gz
$ cd AnyEvent-WebService-Lingr-$version
$ perl Makefile.PL
$ make && make testThen install it:
$ make install
DOCUMENTATION
AnyEvent::WebService::Lingr documentation is available as in POD. So you can do:
$ perldoc AnyEvent::WebService::Lingr
to read the documentation online with your favorite pager.
LICENSE AND COPYRIGHT
Copyright (c) 2011, <>. All rights reserved.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.