The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

cpanfile2opml - Command line tool to generate OPML from cpanfile

SYNOPSIS

    % cpanfile2opml PATH_TO_/cpanfile > myapp.opml

Then, import OPML to your favorite feed reader.

    % cpanfile2opml PATH_TO_/cpanfile --phase test,develop > myapp.opml

With --phase option, you can set target phases. Default phases are configure,build,test,runtime,develop.

DESCRIPTION

cpanfile2opml is a coommand line tool to generate OPML from cpanfile.

You can subscribe updates of your depending CPAN modules with your favorite feed reader.

LICENSE

Copyright (C) hitode909.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

hitode909 <hitode909@gmail.com>