Skip to content

Commit

Permalink
initial commit, adds dist.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
spazm committed Nov 13, 2012
0 parents commit 8da3fd8
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions dist.ini
@@ -0,0 +1,37 @@
name = Facebook-Graph-Cmdline
author = Andrew Grangaard <spazm@cpan.org>
license = Perl_5
copyright_holder = Andrew Grangaard
copyright_year = 2012

[@Basic]
;[ConfirmRelease]
;[UploadToCPAN]
remove = MetaYAML

[TravisYML]
[AutoPrereqs]
[AutoVersion]
major = 0
[PkgVersion]
[MetaJSON]
[NextRelease]
[PodWeaver]
[Repository]
[@Git]
changelog = Changes ; this is the default
allow_dirty = dist.ini ; see Git::Check...
allow_dirty = Changes ; ... and Git::Commit
allow_dirty = .travis.yml
commit_msg = v%v%n%n%c ; see Git::Commit
tag_format = v%v ; see Git::Tag
tag_message = %v ; see Git::Tag
push_to = origin ; see Git::Push

[MetaResources]
homepage = http://lowlevelmanager.com/
;x_mailing_list = http://www.listbox.com/subscribe/?list_id=139292
repository.web = http://github.com/spazm/p5-facebook-graph-cmdline
repository.url = http://github.com/spazm/p5-facebook-graph-cmdline.git
repository.type = git

0 comments on commit 8da3fd8

Please sign in to comment.