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

JavaScript::Hash is an automatic versioning scheme for Javascript based on
the hash of the contents of the Javascript files themselves. It aims to be
painless for the developer and very fast.

For full documentation, run:
  perldoc lib/JavaScript/Hash.pm

Installation
------------

To build, test and install:

 perl Build.PL
  ./Build
  ./Build test
  ./Build install

License
-------

Copyright 2009 David Caldwell <david@porkrind.org>
Copyright 2009 Jim Radford <radford@blackbean.org>

This perl module is free software; it may be redistributed
and/or modified under the same terms as Perl itself.