mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
fixed package names
This commit is contained in:
@@ -6,7 +6,7 @@ Alien::Package::Slp - an object that represents a slp package
|
||||
|
||||
=cut
|
||||
|
||||
package Alien::Package::Deb;
|
||||
package Alien::Package::Slp;
|
||||
use strict;
|
||||
use Alien::Package; # perlbug
|
||||
use base qw(Alien::Package);
|
||||
|
||||
@@ -6,7 +6,7 @@ Alien::Package::Tgz - an object that represents a tgz package
|
||||
|
||||
=cut
|
||||
|
||||
package Alien::Package::Deb;
|
||||
package Alien::Package::Tgz;
|
||||
use strict;
|
||||
use Alien::Package; # perlbug
|
||||
use base qw(Alien::Package);
|
||||
|
||||
Reference in New Issue
Block a user