CDS
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use lib 'inc';
use ExtUtils::MakeMaker;
use Inline::Module;
WriteMakefile(
NAME => 'CDS',
VERSION_FROM => 'lib/CDS.pm',
PREREQ_PM => {
'Carp::Always' => 0,
'Cwd' => 0,
'Digest::SHA' => 0,
'Encode' => 0,
'Fcntl' => 0,
'HTTP::Date' => 0,
'HTTP::Headers' => 0,
'HTTP::Request' => 0,
'HTTP::Server::Simple' => 0,
'LWP::UserAgent' => 0,,
'Time::Local' => 0,
},
ABSTRACT => 'Condensation Data System (condensation.io), support for folder and HTTP stores, command line interface',
AUTHOR => 'Thomas Lochmatter <thomas.lochmatter@viereck.ch>',
LICENSE => 'mit',
EXE_FILES => ['scripts/cds'],
postamble => {
inline => {
module => 'CDS::C',
stub => 'CDS::C::Inline',
ilsm => 'Inline::C',
},
},
);
( run in 0.919 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )