Skip to content

Commit 3e80956

Browse files
committed
Remove unneeded 'use parent "Build::Deb"'
1 parent 238560e commit 3e80956

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Build/Collax.pm

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@
1111
# details.
1212
#
1313
package Build::Collax;
14+
1415
use strict;
15-
use warnings;
16-
use parent "Build::Deb";
1716

18-
sub parse
19-
{
17+
sub parse {
2018
my($buildconf, $fn) = @_;
2119
my @bscript;
2220

0 commit comments

Comments
 (0)