eg, something like below:
package TWiki::Contrib::CpanContrib;
use vars qw( $VERSION $RELEASE );
# This should always be $Rev$ so that TWiki can determine the checked-in
# status of the plugin. It is used by the build automation tools, so
# you should leave it alone.
$VERSION = '$Rev$';
# This is a free-form string you can use to "name" your own plugin version.
# It is *not* used by the build automation tools, but is reported as part
# of the version number in PLUGINDESCRIPTIONS.
$RELEASE = 'Dakar';
1;
--
TWiki:Main/WillNorris
- 06 May 2007
Darn; thanks Will.
Raised priority to normal, because non-experts will be confused by it.
--
TWiki:Main.CrawfordCurrie
- 08 May 2007
i just created a new Contrib, and it created the stub OK. Dunno what happened to you......
CC