App-Pinpp

 view release on metacpan or  search on metacpan

lib/App/Pinpp.pm  view on Meta::CPAN

# ABSTRACT: pinpp - The Pinpoint Pre-processor

our $VERSION = '0.03'; # VERSION: Generated by DZP::OurPkg:Version



sub run {
    my $class = shift;

    # Load our arguments into ARGV, so we can use getopts.
    local @ARGV = @_;

    my %opts = (
        o => '',          # Output to PDF
        I => 'topics'     # Includes directory
    );

    getopts("o:i:",\%opts);

    my ($file) = @ARGV;

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.352 second using v1.00-cache-2.02-grep-82fe00e-cpan-9e6bc14194b )