quattor / maven-tools

Maven-based Build Tools
www.quattor.org
Apache License 2.0
3 stars 12 forks source link

Mock NCM::Component::prefix() correctly #171

Closed kwaegema closed 5 years ago

kwaegema commented 6 years ago

Now it just does

    my @ns = split(/::/, ref($self));
    return "/software/components/$ns[-1]";

It should use the $self->{name} when using submodules

kwaegema commented 5 years ago

this is already fixed