Skip to content

Commit 0aaeda1

Browse files
committed
Update Perl binding
1 parent 652c285 commit 0aaeda1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

libs/bindings/perl/example.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#!/usr/bin/perl -w
1+
#!/usr/bin/perl
22

33
use strict;
4+
use warnings;
45
use postscriptbarcode;
56

67
my $bwipp;

libs/bindings/perl/t/run_example.t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#!/usr/bin/perl -w
1+
#!/usr/bin/perl
22

33
use strict;
4+
use warnings;
45

56
print "1..1\n";
67
require 'example.pl'; ## no critic (RequireBarewordIncludes)

0 commit comments

Comments
 (0)