Skip to content

Commit

Permalink
convert to dzil
Browse files Browse the repository at this point in the history
  • Loading branch information
jonswar committed Mar 10, 2011
1 parent f740aeb commit 5eb78d9
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
45 changes: 45 additions & 0 deletions 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 <swartz@pobox.com>
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]
9 changes: 9 additions & 0 deletions weaver.ini
@@ -0,0 +1,9 @@
[@CorePrep]
[Generic / NAME]
[Version]
[Generic / SYNOPSIS]
[Generic / DESCRIPTION]
[Leftovers]
[Generic / SEE ALSO]
[Authors]
[Legal]

0 comments on commit 5eb78d9

Please sign in to comment.