Skip to content

Commit

Permalink
resolve #142 - modernise examples and perldoc
Browse files Browse the repository at this point in the history
various commits related to this (all related to #142). namely:

 * use strict
 * use warnings
 * replace any use of HTML generating functions with Template::Toolkit
 * add tests
 * anything else that makes sense

most notably all *documentation* for HTML functionality in CGI has
been moved into its own namespace: CGI::HTML::Functions - although
the functionality continues to exist within CGI.pm so there are no
code changes required. this is done to strongly discourage the use
of the HTML functions within any code that uses CGI.pm
  • Loading branch information
leejo committed Apr 17, 2015
1 parent 8e4dfeb commit 5608e42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

[ DOCUMENTATION ]
- Fix some typos (GH #173, GH #174)
- All *documentation* for HTML functionality in CGI has been moved into
its own namespace: CGI::HTML::Functions - although the functionality
continues to exist within CGI.pm so there are no code changes required

[ INTERNALS ]
- Cwd made a TEST_REQUIRES rather than a BUILD_REQUIRES in Makefile.PL
Expand Down

0 comments on commit 5608e42

Please sign in to comment.