Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nichtich/data-beacon
Data::Beacon package in Perl 5 - BEACON format parser and serializer
https://github.com/nichtich/data-beacon
Last synced: 2 days ago
JSON representation
Data::Beacon package in Perl 5 - BEACON format parser and serializer
- Host: GitHub
- URL: https://github.com/nichtich/data-beacon
- Owner: nichtich
- Created: 2010-10-27T12:20:48.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2014-03-23T12:27:22.000Z (almost 11 years ago)
- Last Synced: 2024-10-27T17:26:04.490Z (about 2 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Data-Beacon/
- Size: 320 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# NAME
Data::Beacon - BEACON format parser and serializer
# DESCRIPTION
This Perl 5 module provides a class to parse and serialize BEACON link dump
format. See for a current specificationThe module includes a command line script named `beacon`.
# INSTALLATION
You can either get releases from CPAN, or get the latest development
version from github at http://github.com/nichtich/p5-data-beacon.To manually install from the sources, best use `cpanm`:
$ cpanm Data::Beacon
# REALESES
See .
# TEST STATUS
[![Build Status](https://travis-ci.org/nichtich/Data-Beacon.png)](https://travis-ci.org/nichtich/Data-Beacon)
[![Coverage Status](https://coveralls.io/repos/nichtich/Data-Beacon/badge.png)](https://coveralls.io/r/nichtich/Data-Beacon)
[![Kwalitee Score](http://cpants.cpanauthors.org/dist/Data-Beacon.png)](http://cpants.cpanauthors.org/dist/Data-Beacon)# BUGS
The current version of this module does not fully reflect the BEACON
specification. Please do not use it for serious applications unless
BEACON has been finalized!Please report any bugs or feature requests to this project's GitHub
repository at:http://github.com/nichtich/Data-Beacon/issues
Thank you!
# AUTHOR
Jakob Voss
# LICENSE
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself, either Perl version 5.8.8 or, at
your option, any later version of Perl 5 you may have available.In addition you may fork this library under the terms of the
GNU Affero General Public License.