Skip to content

Commit

Permalink
added missing Crap::croak import
Browse files Browse the repository at this point in the history
  • Loading branch information
yannrouillard committed Nov 8, 2013
1 parent dab9dcf commit 6fdfe2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions svr4pkg
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ use 5.010001;
use File::Path qw(make_path);
use List::Util qw(first);
use File::Spec::Functions qw(catfile);
use Carp qw(croak);

#
# Purpose: Creates and returns a package database object
Expand Down Expand Up @@ -706,6 +707,7 @@ use 5.010001;
use File::Spec::Functions qw(catfile rel2abs);
use List::Util qw(first);
use POSIX qw(strftime);
use Carp qw(croak);

use Fatal qw( close copy );

Expand Down

0 comments on commit 6fdfe2c

Please sign in to comment.