|
|
@ -5,18 +5,24 @@ license = Perl_5 |
|
|
|
copyright_holder = Rob Schmidt and William Wueppelmann |
|
|
|
|
|
|
|
|
|
|
|
;[@Filter] |
|
|
|
;-bundle = @Author::DOHERTY |
|
|
|
;-remove = GatherDir |
|
|
|
;max_target_perl = 5.014 |
|
|
|
[@Filter] |
|
|
|
-bundle = @Author::DOHERTY |
|
|
|
-remove = GatherDir |
|
|
|
-remove = Git::NextVersion |
|
|
|
max_target_perl = 5.014 |
|
|
|
github = 0 |
|
|
|
|
|
|
|
|
|
|
|
[GatherDir] |
|
|
|
include_dotfiles = 1 |
|
|
|
exclude_filename = Build.PL |
|
|
|
;; because DotBagIt needs |
|
|
|
exclude_filename = Makefile.PL |
|
|
|
exclude_filename = README |
|
|
|
exclude_filename = README.mkdn |
|
|
|
exclude_filename = Changes ; will be added by ChangelogFromGit |
|
|
|
exclude_filename = Changes |
|
|
|
;; will be added by ChangelogFromGit |
|
|
|
exclude_match = .*~$ |
|
|
|
exclude_filename = Archive-BagIt.iml |
|
|
|
|
|
|
|
[Prereqs] |
|
|
|
Moose = 0 |
|
|
@ -35,9 +41,12 @@ Archive::BagIt::App = 0 |
|
|
|
[Git::Check] |
|
|
|
allow_dirty = dist.ini |
|
|
|
allow_dirty = README |
|
|
|
changelog = Changes ; this is the default |
|
|
|
build_warnings = 0 ; this is the default |
|
|
|
untracked_files = die ; default value (can also be "warn" or "ignore") |
|
|
|
changelog = Changes |
|
|
|
; this is the default |
|
|
|
build_warnings = 0 |
|
|
|
; this is the default |
|
|
|
untracked_files = die |
|
|
|
; default value (can also be "warn" or "ignore") |
|
|
|
|
|
|
|
[Git::CheckFor::CorrectBranch] |
|
|
|
; release_branch defaults to 'master' |
|
|
|