Skip to content

Commit

Permalink
remove some boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Oct 31, 2022
1 parent 1240a4b commit 6f79684
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down Expand Up @@ -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 );
Expand Down
1 change: 1 addition & 0 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ match = ^share/
directory = examples

[InsertExample]
remove_boiler = 1

0 comments on commit 6f79684

Please sign in to comment.