App-mkpkgconfig
    
    
  
  
  
view release on metacpan or search on metacpan
script/mkpkgconfig view on Meta::CPAN
    URL                => { required => 0 },
);
main( @ARGV ) unless caller;
sub main {
    local @ARGV = @_;
    # save original options for output;
    my @sARGV = @ARGV;
    my $opt   = parse_opts();
    require App::mkpkgconfig::PkgConfig;
    my $conf = App::mkpkgconfig::PkgConfig->new;
    # add standard variables
    
  
  
  
( run in 0.588 second using v1.01-cache-2.11-cpan-a1d94b6210f )