Skip to content

Commit

Permalink
Item9774: update build.pl so that build will use the extension module
Browse files Browse the repository at this point in the history
for RELEASE/VERSION strings

git-svn-id: http://svn.foswiki.org/trunk/TemplateToolkitPlugin@9499 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Oct 4, 2010
1 parent ca0dc4b commit d134a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/TWiki/Plugins/TemplateToolkitPlugin/build.pl
Expand Up @@ -31,7 +31,7 @@ package BuildBuild;

sub new {
my $class = shift;
return bless( $class->SUPER::new( "TemplateToolkitPlugin", "Build" ), $class );
return bless( $class->SUPER::new( "TemplateToolkitPlugin" ), $class );
}

# Example: Override the build target
Expand Down

0 comments on commit d134a91

Please sign in to comment.