Filter-Macro
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
#!/usr/local/bin/perl
use inc::Module::Install;
name 'Filter-Macro';
license 'MIT';
all_from 'lib/Filter/Macro.pm';
requires 'Filter::Simple::Compile';
sign; WriteAll;
( run in 1.145 second using v1.01-cache-2.11-cpan-5c0b1e786e0 )