The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Resource::Pack::JSON - Resource::Pack resource for the JSON Javascript library

VERSION

version 0.01

SYNOPSIS

  my $resource = Resource::Pack::JSON->new(install_to => '/var/www/js');
  $resource->installl;

DESCRIPTION

This provides the JSON library as a Resource::Pack resource.

ATTRIBUTES

use_bundled

If true, uses the bundled copy of json2.js that is shipped with this dist. Otherwise, downloads a copy of the library from http://www.json.org/.

BUGS

No known bugs.

Please report any bugs through RT: email bug-resource-pack-json at rt.cpan.org, or browse to http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Resource-Pack-JSON.

SEE ALSO

Resource::Pack

http://www.json.org/

SUPPORT

You can find this documentation for this module with the perldoc command.

    perldoc Resource::Pack::JSON

You can also look for information at:

AUTHOR

  Jesse Luehrs <doy at tozt dot net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Jesse Luehrs.

This is free software; you can redistribute it and/or modify it under the same terms as perl itself.

The bundled copy of json2.js is in the public domain.