summaryrefslogtreecommitdiffstats
path: root/fake_packages/gen.pl
diff options
context:
space:
mode:
Diffstat (limited to 'fake_packages/gen.pl')
-rwxr-xr-xfake_packages/gen.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/fake_packages/gen.pl b/fake_packages/gen.pl
index 50dbf35..f5e336f 100755
--- a/fake_packages/gen.pl
+++ b/fake_packages/gen.pl
@@ -31,6 +31,7 @@ sub parse_xs {
foreach (cat_($file)) {
$c++;
next if /^=/ ... /^=cut/;
+ next if /^BOOT/ ... /^$/;
chomp;
my $orig_line = $_;