Skip to content

Commit

Permalink
Item10811: add dependency List::MoreUtils because this is not on all …
Browse files Browse the repository at this point in the history
…systems

git-svn-id: http://svn.foswiki.org/trunk/FormPlugin@11805 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed May 31, 2011
1 parent ed22a7b commit 9b88c66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/System/FormPlugin.txt
Expand Up @@ -585,6 +585,7 @@ See [[Sandbox.FormPluginExamples]]
| Version: | %$VERSION% |
| Release: | %$RELEASE% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 31 May 2011 | 2.0.2 Added dependency =List::MoreUtils=. |
| 12 May 2011 | 2.0.1 Replaced =getRequestObject= with =getCgiQuery= to be compatible with older Foswiki installations. |
| 30 Apr 2011 | 2.0 Complete code rewrite into modular files. %BR% \
Added inline validation with the additional options to only have inline validation or server-side validation. Inline validation settings will generate jQuery validation Javascript code. In case the client does not have Javascript, server-side validation will take place using the same checks as jQuery validation, which includes many more options than the previous validation code. %BR% \
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/FormPlugin.pm
Expand Up @@ -18,7 +18,7 @@ use Foswiki::Plugins::FormPlugin::Validate::ValidationInstruction;
# *must* exist in this package
# This should always be $Rev$ so that Foswiki can determine the checked-in status of the plugin. It is used by the build automation tools, so you should leave it alone.
our $VERSION = '$Rev$';
our $RELEASE = '2.0.1';
our $RELEASE = '2.0.2';
our $SHORTDESCRIPTION = 'Lets you create simple and advanced web forms';

# Name of this Plugin, only used in this module
Expand Down
1 change: 1 addition & 0 deletions lib/Foswiki/Plugins/FormPlugin/DEPENDENCIES
@@ -1,3 +1,4 @@
JSON>=2.51,cpan,Required. Available from the CPAN archive.
List::MoreUtils,>=0.32,cpan,Required. Available from the CPAN archive.
Regexp::Common,>=2011041701,cpan,optional. Available from the CPAN archive.
Foswiki::Plugins::JQueryPlugin,>=4.03,perl,Required

0 comments on commit 9b88c66

Please sign in to comment.