Skip to content

Commit

Permalink
Item472: Foswiki:: namespace, not System
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/BugsContrib@2076 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
WillNorris authored and WillNorris committed Jan 21, 2009
1 parent d2f7670 commit c785180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Foswiki/Contrib/BugsContrib/build.pl
Expand Up @@ -10,9 +10,9 @@ BEGIN
}
}

use System::Contrib::Build;
use Foswiki::Contrib::Build;

@BugsContribBuild::ISA = ( "System::Contrib::Build" );
@BugsContribBuild::ISA = ( "Foswiki::Contrib::Build" );

sub new {
my $class = shift;
Expand Down

0 comments on commit c785180

Please sign in to comment.