summaryrefslogtreecommitdiffstats
path: root/bugzilla.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bugzilla.pl')
-rwxr-xr-xbugzilla.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/bugzilla.pl b/bugzilla.pl
index efcea293b..0f385d42f 100755
--- a/bugzilla.pl
+++ b/bugzilla.pl
@@ -8,9 +8,9 @@ use File::Spec::Functions qw(catdir);
use Cwd qw(realpath);
BEGIN {
- require lib;
- my $dir = realpath( dirname(__FILE__) );
- lib->import( $dir, catdir( $dir, 'lib' ), catdir( $dir, qw(local lib perl5) ) );
+ require lib;
+ my $dir = realpath(dirname(__FILE__));
+ lib->import($dir, catdir($dir, 'lib'), catdir($dir, qw(local lib perl5)));
}
use Mojolicious::Commands;