Skip to content

Commit

Permalink
Added strict pragma to example script. (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
manwar authored and briandfoy committed Nov 5, 2019
1 parent 64c826f commit bdc4136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/make_02packages.pl
@@ -1,5 +1,6 @@
#!/usr/local/bin/perl

use strict;
use CPAN::PackageDetails;

my $package_details = CPAN::PackageDetails->new(
Expand Down

0 comments on commit bdc4136

Please sign in to comment.