Skip to content

Commit

Permalink
remove TODO from Makefile.PL README.md target
Browse files Browse the repository at this point in the history
  • Loading branch information
pryrt committed Nov 18, 2021
1 parent 3da9e37 commit 6fbcc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -139,7 +139,7 @@ populateversion :: lib/WWW/KeePassHttp.pm
# auto-generate the README from the lib/WWW/KeePassHttp.pm
README.md :: lib/WWW/KeePassHttp.pm Makefile.PL
$(PERL) -MPod::Simple::Select -e 'my $$p = Pod::Simple::Select->new();$$p->output_file(qq(README.pod));$$p->select({head1 => [qq(NAME),qq(SYNOPSIS),qq(DESCRIPTION),qq(INSTALLATION),qq(TODO),qq(AUTHOR),qq(COPYRIGHT),qq(LICENSE)]});$$p->parse_file(qq(lib/WWW/KeePassHttp.pm));'
$(PERL) -MPod::Simple::Select -e 'my $$p = Pod::Simple::Select->new();$$p->output_file(qq(README.pod));$$p->select({head1 => [qq(NAME),qq(SYNOPSIS),qq(DESCRIPTION),qq(INSTALLATION),qq(AUTHOR),qq(COPYRIGHT),qq(LICENSE)]});$$p->parse_file(qq(lib/WWW/KeePassHttp.pm));'
pod2markdown README.pod README.md
$(RM_F) README.pod
Expand Down

0 comments on commit 6fbcc49

Please sign in to comment.