The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
name    = VM-JiffyBox
author  = Tim Schwarz, Boris Däppen <boris_daeppen@bluewin.ch>
license = Perl_5
copyright_holder = Tim Schwarz, Boris Däppen, plusW
copyright_year   = 2013

; we should replace this wit [AutoVersion] later
version = 0.0021

; inlude a helpful set of basic plugins
; this will run all tests for each build!
[@Basic]

; put version into source code of each module (will not be in Git!!!)
[PkgVersion]

; find all needed CPAN dependencies
[AutoPrereqs]

; add general information to POD in each module
[PodWeaver]

; Zusatz-Angaben
[MetaResources]
homepage          = https://github.com/tim-schwarz/VM-JiffyBox
;bugtracker.web    = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Project
;bugtracker.mailto = bug-project@rt.cpan.org
repository.url    = git://github.com/tim-schwarz/VM-JiffyBox.git
repository.web    = https://github.com/tim-schwarz/VM-JiffyBox
repository.type   = git

; insert release information into the Changes file
;[NextRelease]

; commit changes (made by NextRelease e.g.) to git, commit and push
;[@Git]