diff --git a/README.md b/README.md index 0fe65da..0aa1e98 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,6 @@ func main() {} Perl code: ```perl -#!/usr/bin/env perl - -use strict; -use warnings; use FFI::Platypus 2.00; use FFI::CheckLib qw( find_lib_or_die ); use File::Basename qw( dirname ); @@ -73,10 +69,6 @@ func main() {} ### Perl ```perl -#!/usr/bin/env perl - -use strict; -use warnings; use FFI::Platypus 2.00; use FFI::CheckLib qw( find_lib_or_die ); use File::Basename qw( dirname ); diff --git a/dist.ini b/dist.ini index 91fd8df..ce89163 100644 --- a/dist.ini +++ b/dist.ini @@ -52,3 +52,4 @@ match = ^share/ directory = examples [InsertExample] +remove_boiler = 1