~kosova/+junk/tuxfamily-twiki

« back to all changes in this revision

Viewing changes to foswiki/lib/TWiki/Plugins.pm

  • Committer: James Michael DuPont
  • Date: 2009-07-18 19:58:49 UTC
  • Revision ID: jamesmikedupont@gmail.com-20090718195849-vgbmaht2ys791uo2
added foswiki

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package TWiki::Plugins;
 
2
 
 
3
use Foswiki::Plugins;
 
4
 
 
5
# Compatible version of TWiki::Plugins. Note that this has to be versioned
 
6
# separately from $Foswiki::Plugins::VERSION.
 
7
our $VERSION = 1.2;
 
8
 
 
9
*TWiki::Plugins::SESSION =\*Foswiki::Plugins::SESSION;
 
10
 
 
11
1;