[Module]
Name=Javascript::MD5
Changelog.Creator=Module::Metadata::Changes V 1.08 Changelog.Parser=Config::IniFiles V 2.57

[V 1.10]
Date=2010-02-21T12:55:26
Comments= <<EOT
- Remove text 'All rights reserved' (for Debian licensing). - Remove POD heads 'Required Modules' and 'Changes'. EOT

[V 1.09]
Date=2010-02-10T14:02:10
Comments=- MANIFEST.SKIP updated to exclude MYMETA.yml. Add MYMETA.yml.

[V 1.08]
Date=2009-11-13T13:20:00
Comments= <<EOT
- Run dos2unix
- Rename Changes.txt to CHANGES
EOT

[V 1.07]
Date=2008-10-23T18:19:00
Comments=- Remove ^M chars from source including within the Javascript

[V 1.06]
Date=2007-08-04T13:52:00
Comments= <<EOT
- Extend method javascript() to take a second parameter which is the number of the CGI form within the HTML page. The allows the module to operate on an HTML page containing more than one CGI form. The default value is 0 which is the first form and perhaps the only form on the page. So no need to upgrade if you only have one form per page - Update the docs to describe this new parameter - Note: Original patch kindly supplied by Thomas Goik EOT

[V 1.05]
Date=2005-10-21T14:27:00
Comments= <<EOT
- No code changes (ouside new() ) so no need to upgrade - Simplify code in new() to no longer check if caller is an object as per the new standard on such matters. Personally I don't care :-) - Add more things to MANIFEST.SKIP
- Regenerate META.yml with Module::Build V 0.2611 to correct a faulty META.yml output by V 0.24 which falsely said 'provides: {}' which in turn stopped the PAUSE indexer from finding the MD5.pm file which in turn meant this module was omitted from the master index: ftp://pause.perl.org/pub/PAUSE/modules/01modules.index.html EOT

[V 1.04]
Date=2004-07-20T20:43:00
Comments= <<EOT
- Change Makefile.PL to coexist with Module::Build - Add t/pod.t to test all PODs
EOT

[V 1.03]
Date=2004-04-27T14:59:04
Comments= <<EOT
- Replace Yahoo!'s version of the Javascript with Paul Johnston's version from his web site: http://pajhome.org.uk/crypt/md5 - Change the name of the function you call in your submit button code from RetMD5() - the Yahoo! name - to str2hex_md5() - a name more in keeping with Paul's naming convention
- Add 2 extra functions str2b64_md5() and str2str_md5() to return other versions of the digest
EOT

[V 1.02]
Date=2004-04-13T13:13:13
Comments= <<EOT
- There are no code changes in this version - Document the optional parameter to the 'javascript' method - Add a section to the docs about CGI form submission including calling the onClick event handler EOT

[V 1.01]
Date=2004-03-16T14:36:00
Comments= <<EOT
- Correct the docs which somehow got chopped off in V 1.00 - There are no code changes so there is no need to upgrade EOT

[V 1.00]
Date=2004-03-05T10:23:29
Comments= <<EOT
- Original version
- The original Javascript code from Yahoo is shipped as yahoo.js. See http://4.11.205.206/yahoo.zip.
Many thanks to Mark S Pryor for telling me about yahoo.js - I have deleted from that code some functions which were not called changed all " to ' and made the CGI form field name by default 'password' a parameter - The program in the synopsis is in the examples/ directory EOT