-
-
09 Oct 2015 09:05:08 UTC
- Distribution: App-CPANfile2OPML
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (646 / 0 / 0)
- Kwalitee
Bus factor: 1- 96.55% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (9.61KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 2 contributors- This library is free software; you can redistribute it and/or modify
-
hitode909
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>
Module Install Instructions
To install App::CPANfile2OPML, copy and paste the appropriate command in to your terminal.
cpanm App::CPANfile2OPML
perl -MCPAN -e shell install App::CPANfile2OPML
For more information on module installation, please visit the detailed CPAN module installation guide.