From 6f7968463dd336ad97fcfb537f6f70e58a653aaa Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Sun, 30 Oct 2022 21:26:18 -0600 Subject: [PATCH] remove some boilerplate --- README.md | 8 -------- dist.ini | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) 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