Skip to content

Commit

Permalink
Add empty line for $VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
Leont committed Aug 6, 2016
1 parent 9d1622e commit f8041ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/ExtUtils/Helpers.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package ExtUtils::Helpers;

use strict;
use warnings FATAL => 'all';
use Exporter 5.57 'import';
Expand Down
1 change: 1 addition & 0 deletions lib/ExtUtils/Helpers/Unix.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package ExtUtils::Helpers::Unix;

use strict;
use warnings FATAL => 'all';

Expand Down
1 change: 1 addition & 0 deletions lib/ExtUtils/Helpers/VMS.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package ExtUtils::Helpers::VMS;

use strict;
use warnings FATAL => 'all';

Expand Down
1 change: 1 addition & 0 deletions lib/ExtUtils/Helpers/Windows.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package ExtUtils::Helpers::Windows;

use strict;
use warnings FATAL => 'all';

Expand Down

0 comments on commit f8041ea

Please sign in to comment.