CPAN-Testers-Backend

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

commit_msg = release v%v%n%n%c
allow_dirty_match = README.*
allow_dirty_match = .*[.]PL
allow_dirty = cpanfile
allow_dirty = LICENSE
allow_dirty = CHANGES
allow_dirty = META.json
add_files_in = .
[Git::Tag]
changelog = CHANGES
tag_message = %N v%v - %{yyyy-MM-dd}d%n%n%c ; Tag annotations show up in github release list

; NextRelease acts *during* pre-release to write $VERSION and
; timestamp to Changes and  *after* release to add a new 
; section, so to act at the right time after release, it must actually
; come after Commit_Dirty_Files but before Commit_Changes in the
; dist.ini.  It will still act during pre-release as usual

[NextRelease]
filename = CHANGES
[BumpVersionAfterRelease]

[Git::Commit / Commit_Changes]
commit_msg = incrementing version after release
allow_dirty = CHANGES
allow_dirty_match = ^bin/
allow_dirty_match = ^lib/.*\.pm$
allow_dirty_match = .*[.]PL
[Git::Push]

; --- Project-specific directives

[Prereqs]
perl = 5.024
DBI = 0
CPAN::Testers::Schema = 0.018
Beam::Runner = 0.013 ; Added Beam::Runnable::Single
Beam::Wire = 1.020 ; Added Beam::Service
Log::Any = 1.046 ; Syslog adapter in core distribution
Import::Base = 0.012 ; Fixed using subs in imports
Getopt::Long = 2.36 ; First version with GetOptionsFromArray
Beam::Minion = 0.007 ; Added retries
Minion = 8
Minion::Backend::mysql = 0.12 ; First version to actually work on Minion v8
Minion::Backend::SQLite = 0

;-- Prereqs for populating old metabase cache
JSON::MaybeXS = 0
CPAN::Testers::Report = 0
Metabase::User::Profile = 0
Data::FlexSerializer = 0
Sereal = 0

;-- Common prereqs with minimum version requirements
;Path::Tiny = 0.072 ; Fixes issues with File::Path
;List::Util = 1.29 ; First version with pair* functions

[Prereqs / TestRequires]
Test::More = 1.001005 ; First version that allows args to subtests
;Test::Deep = 0
;Test::Differences = 0
;Test::Fatal = 0

[Prereqs / TestRecommends]
Test::mysqld = 0



( run in 1.658 second using v1.01-cache-2.11-cpan-6aa56a78535 )