diff --git a/dist.ini b/dist.ini new file mode 100644 index 0000000..c0a1c8d --- /dev/null +++ b/dist.ini @@ -0,0 +1,45 @@ +name = CHI-Driver-DBI +abstract = Use DBI for cache storage +main_module = lib/CHI/Driver/DBI.pm +author = Jonathan Swartz +license = Perl_5 +copyright_year = 2011 +copyright_holder = Jonathan Swartz + +version = 1.24 + +[MetaResources] +bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=CHI-Driver-DBI +bugtracker.mailto = bug-chi-driver-dbi@rt.cpan.org +repository.url = git://github.com/jonswar/perl-chi-driver-dbi.git +repository.web = https://github.com/jonswar/perl-chi-driver-dbi +repository.type = git + +; Build +[ExecDir] +[ExtraTests] +[GatherDir] +[License] +[MakeMaker] +[ManifestSkip] +[Manifest] +[MetaJSON] +[MetaYAML] +[MetaNoIndex] +directory = lib/CHI/Driver/DBI/t +directory = lib/CHI/Driver/DBI/Test +file = lib/CHI/Driver/DBI/Util.pm +[PkgVersion] +[PodWeaverIfPod] +[PruneCruft] + +[Prereqs / RuntimeRequires] +CHI = 0.241 +DBI = 1.26 + +[Prereqs / TestRequires] +Test::Class = 0 +Test::More = 0 + +; These need to be at the bottom +[InstallGuide] diff --git a/weaver.ini b/weaver.ini new file mode 100644 index 0000000..7a7e35a --- /dev/null +++ b/weaver.ini @@ -0,0 +1,9 @@ +[@CorePrep] +[Generic / NAME] +[Version] +[Generic / SYNOPSIS] +[Generic / DESCRIPTION] +[Leftovers] +[Generic / SEE ALSO] +[Authors] +[Legal]