mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
not sure
This commit is contained in:
@@ -43,13 +43,13 @@ sub install {
|
|||||||
die "Unable to install: $!";
|
die "Unable to install: $!";
|
||||||
}
|
}
|
||||||
|
|
||||||
=item read_file
|
=item scan
|
||||||
|
|
||||||
Implement the read_file method to read a rpm file.
|
Implement the scan method to read a rpm file.
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
sub read_file {
|
sub scan {
|
||||||
my $this=shift;
|
my $this=shift;
|
||||||
$this->SUPER::read_file(@_);
|
$this->SUPER::read_file(@_);
|
||||||
my $file=$this->filename;
|
my $file=$this->filename;
|
||||||
|
|||||||
Reference in New Issue
Block a user