Skip to content

Commit

Permalink
Item12225: Not needed for plugins using decimal ver
Browse files Browse the repository at this point in the history
Version objects only happen with tripplet "vN.N.N" style versions.
Don't add unnecessary dependencies.

git-svn-id: http://svn.foswiki.org/branches/Release01x01@16134 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Nov 29, 2012
1 parent 39b5eda commit 0a5bc46
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
ONLYIF ( $Foswiki::Plugins::VERSION < 2.3)
Foswiki::Contrib::PatchFoswikiContrib, >=1.3, perl, Required for old Foswiki versions.
2 changes: 0 additions & 2 deletions HistoryPlugin/lib/Foswiki/Plugins/HistoryPlugin/DEPENDENCIES
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
ONLYIF ( $Foswiki::Plugins::VERSION < 2.1)
Foswiki::Plugins::ZonePlugin,>=1.0,perl,Required. required for Foswiki < 1.1
ONLYIF ( $Foswiki::Plugins::VERSION < 2.3)
Foswiki::Contrib::PatchFoswikiContrib, >=1.3, perl, Required for old Foswiki versions.
2 changes: 0 additions & 2 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/DEPENDENCIES
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
ONLYIF ( $Foswiki::Plugins::VERSION < 2.1)
Foswiki::Plugins::ZonePlugin,>=3.1,perl,Required. required for Foswiki < 1.1
ONLYIF ( $Foswiki::Plugins::VERSION < 2.3)
Foswiki::Contrib::PatchFoswikiContrib, >=1.3, perl, Required for old Foswiki versions.
2 changes: 0 additions & 2 deletions TablePlugin/lib/Foswiki/Plugins/TablePlugin/DEPENDENCIES
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
ONLYIF ( $Foswiki::Plugins::VERSION < 2.3)
Foswiki::Contrib::PatchFoswikiContrib, >=1.3, perl, Required for old Foswiki versions.
2 changes: 1 addition & 1 deletion UnitTestContrib/lib/Foswiki/Contrib/UnitTestContrib.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package Foswiki::Contrib::UnitTestContrib;
use strict;

# Simple decimal version, use parse method, no leading "v"
use version; our $VERSION = version->parse("1.1");
our $VERSION = '1.1';
our $RELEASE = '1.1';
our $SHORTDESCRIPTION = 'Foswiki Unit-Test Framework';

0 comments on commit 0a5bc46

Please sign in to comment.