Skip to content

Commit

Permalink
Merge pull request #74 from 39832/master
Browse files Browse the repository at this point in the history
Use env uniformly
  • Loading branch information
DrHyde committed Aug 9, 2017
2 parents 0bbcb40 + 440034c commit e3a9074
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build-data.exchanges
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/env perl

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion build-data.nanp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/env perl

# THIS SCRIPT IS NOT INTENDED FOR END USERS OR FOR PEOPLE INSTALLING
# THE MODULES, BUT FOR THE AUTHOR'S USE WHEN UPDATING THE DATA FROM OFCOM'S
Expand Down
2 changes: 1 addition & 1 deletion build-data.stubs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/env perl

# THIS SCRIPT IS NOT INTENDED FOR END USERS OR FOR PEOPLE INSTALLING
# THE MODULES, BUT FOR THE AUTHOR'S USE WHEN UPDATING THE DATA FROM OFCOM'S
Expand Down
2 changes: 1 addition & 1 deletion build-tests.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/env perl

# THIS SCRIPT IS NOT INTENDED FOR END USERS OR FOR PEOPLE INSTALLING
# THE MODULES, BUT FOR THE AUTHOR'S USE WHEN UPDATING THE DATA FROM OFCOM'S
Expand Down
1 change: 0 additions & 1 deletion lib/Number/Phone/UK/Data.pm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ sub db {
# we want to re-open the DB if we've forked, because of
# https://github.com/DrHyde/perl-modules-Number-Phone/issues/72
# Unfortunately that's annoyingly hard to test
if($pid != $$) { print "PID changed, re-opening DB\n"; }
$pid = $$;
$db = DBM::Deep->new($file);
}
Expand Down

0 comments on commit e3a9074

Please sign in to comment.