https://github.com/gugod/javascript-writer
(Perl) JavaScript code generation from Perl.
https://github.com/gugod/javascript-writer
Last synced: 2 months ago
JSON representation
(Perl) JavaScript code generation from Perl.
- Host: GitHub
- URL: https://github.com/gugod/javascript-writer
- Owner: gugod
- Created: 2008-11-15T21:59:09.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-12-10T01:16:16.000Z (over 14 years ago)
- Last Synced: 2024-10-18T07:45:19.639Z (8 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/JavaScript-Writer
- Size: 219 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
JavaScript-Writer version 0.0.8
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installDEPENDENCIES
* JSON::Syck
* Class::Accessor::FastCOPYRIGHT AND LICENCE
Copyright (C) 2007, Kang-min Liu
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.