~kosova/+junk/tuxfamily-twiki

« back to all changes in this revision

Viewing changes to foswiki/lib/TWiki/Attrs.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::Attrs;
 
2
 
 
3
# Bridge between TWiki::Attra and Foswiki::Attrs
 
4
 
 
5
use Foswiki::Attrs;
 
6
 
 
7
*{'TWiki::Attrs::'} = \*{'Foswiki::Attrs::'};
 
8
 
 
9
1;