Skip to content

Commit

Permalink
rework github README
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Feb 17, 2024
1 parent 1c613b9 commit c8e8a1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion private/MakeUtil.pm
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ READMEmd: .github/$name.pod
.github/$name.pod: lib/Compress/Raw/$name.pm
\@echo Creating .github/$name.pod from $name.pm
\$(NOECHO) perl -e 'while(<>){ next if 1 .. /^__END__/; print}' lib/Compress/Raw/$name.pm >.github/Bzip2.pod
\$(NOECHO) perl -e 'while(<>){ next if 1 .. /^__END__/; print}' lib/Compress/Raw/$name.pm >.github/$name.pod
EOM
}
Expand Down

0 comments on commit c8e8a1c

Please sign in to comment.