diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-03-19 12:18:18 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-03-19 21:54:41 +0100 |
commit | 5d0b49e8365d66ddadfdd132c33441717b9f1485 (patch) | |
tree | 44c1ce96542785e7e6d8e82a56d92f357eaa3ce4 /pod/perltodo.pod | |
parent | c31435083c160a0aaf86b974b86976d3d3e9d208 (diff) | |
download | perl-5d0b49e8365d66ddadfdd132c33441717b9f1485.tar.gz |
Add a placeholder man page for perltodo, directing people to look at git.
(Done as a second commit to avoid confusing git's rename detection.)
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod new file mode 100644 index 0000000000..524a501681 --- /dev/null +++ b/pod/perltodo.pod @@ -0,0 +1,10 @@ +=head1 NAME + +perltodo - Perl TO-DO List + +=head1 DESCRIPTION + +We no longer install the Perl 5 to-do list as a manpage, as installing +snapshot that becomes increasingly out of date isn't that useful to anyone. +The current Perl 5 to-do list is maintained in the git repository, and can +be viewed at L<http://perl5.git.perl.org/perl.git/blob/HEAD:/Porting/todo.pod> |