Skip to content

Commit

Permalink
correct namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Jan 27, 2009
1 parent 807ce4e commit 34c2d87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/Susetags.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package Susetags;
package Build::Susetags;

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion createyastdeps
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ while (@ARGV)
my $packages = $url.'suse/setup/descr/packages';

my @order = ();
my $pkgs = Susetags::parse($packages,
my $pkgs = Build::Susetags::parse($packages,
{ 'Loc' => 'location', 'Prv' => 'provides', 'Req' => 'requires', 'Tim' => 'buildtime' },
{ cb => \&callback, data => $url });
}
Expand Down

0 comments on commit 34c2d87

Please sign in to comment.