Alien-Libjio

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

name        = Alien-Libjio
main_module = lib/Alien/Libjio.pm
author      = Jonathan Yu <jawnsy@cpan.org>
copyright_holder = Jonathan Yu <jawnsy@cpan.org>
license     = PD

; choose files to include
[GatherDir]             ; everything under top dir
[PruneCruft]            ; default stuff to skip
[ManifestSkip]          ; custom stuff to skip

[Prereqs]
perl              = 5.006

[Prereqs / BuildRequires]
ExtUtils::CBuilder = 0
ExtUtils::ParseXS  = 0

[Prereqs / TestRequires]
Test::More        = 0.62
Test::NoWarnings  = 0.084

; manage Git repository
[Git::Init]             ; initialize repository on dzil new
[Git::Check]            ; ensure repository is not dirty
[Git::CommitBuild]      ; track build results
[Git::NextVersion]      ; bump last git release tag
[Git::Tag]              ; tag new version

; set up author, release and automated tests
[ExtraTests]            ; install stuff in xt/
[PodCoverageTests]      ; Test::Pod::Coverage
[PodSyntaxTests]        ; Test::Pod
[DistManifestTests]     ; Test::DistManifest
[PortabilityTests]      ; Test::Portability::Files
[KwaliteeTests]         ; Test::Kwalitee

; important package metadata
[MetaResources]         ; additional information for META `resources'
homepage        = http://search.cpan.org/dist/Alien-Libjio
bugtracker.web  = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Alien-Libjio
repository.url  = git://github.com/jawnsy/Alien-Libjio.git
repository.web  = http://github.com/jawnsy/Alien-Libjio
repository.type = git

; munge files
[PkgVersion]            ; inject $VERSION into modules
[PodWeaver]             ; weave POD together
[NextRelease]           ; update next version in Changes

; generate expected files automagically
[License]               ; based on the `license'
[Readme]                ; a small boilerplate blurb
[MetaYAML]              ; generate a META.yml
[ExecDir]               ; include `bin/' as executables
[ShareDir]              ; include `share/' for File::ShareDir
[ModuleBuild::Custom]   ; create Build.PL from template
mb_version = 0.2808_01  ; version available in 5.10.0
[Manifest]              ; build MANIFEST file (do this last)

; verify and release the distribution
; XXX: disabled for now - testing would require installation
;[TestRelease]           ; run tests before releasing
[ConfirmRelease]        ; ask to confirm release/upload
[UploadToCPAN]          ; push it to CPAN
[Git::Push]             ; push everything to remote repository



( run in 0.718 second using v1.01-cache-2.11-cpan-f6376fbd888 )