Update to 6.024
Update DEPENDS
Upstream changes:
6.024 2021-08-01 15:38:44-04:00 America/New_York
- pass the dist name to Software::License as the program name
(thanks, Van de Bugger!)
- create the ArchiveBuilder role for building the archive file
(thanks, Graham Ollis!)
6.023 2021-07-06 21:37:37-04:00 America/New_York
- tweak the autoprereqs tests to avoid failing when List::MoreUtils
(which DZ does not actually need) is not installed)
6.022 2021-06-27 21:36:53-04:00 America/New_York
- remove dependency on Class::Load, which is not used
- bump prereq on PPI to 1.222, which is now used in PkgVersion
(thanks, Dan Book and Sven Kirmess)
6.021 2021-06-27 21:31:21-04:00 America/New_York
- [ broken release, don't bother ]
6.020 2021-06-14 12:16:09-04:00 America/New_York
- The log colorization code was trying to use 24-bit color even when
the installed Term::ANSIColor couldn't support it. This has been
fixed by requiring Term::ANSIColor v5. Thanks, Robert Rothenberg,
Michael McClimon, and Matthew Horsfall.
6.019 2021-06-13 08:39:14-04:00 America/New_York
- When using "use_package" in PkgVersion, do not eradicate the entire
block of "package NAME BLOCK" syntax! Wow, what a bug...
6.018 2021-04-03 21:07:54-04:00 America/New_York (TRIAL RELEASE)
- require perl v5.20.0, now seven years old
- add Test::CleanNamespaces, clean all namespaces
- add the same boilerplate of version/pragma/features to every module
- colorize logger prefix when running in a terminal
6.017 2020-11-02 19:30:21-05:00 America/New_York
- replace broken 6.016, released from a confused git repo
6.016 2020-11-02 19:27:18-05:00 America/New_York (TRIAL RELEASE)
- the test generated by [MetaTests] is now an author test, not a
release test (thanks, Karen Etheridge)
- UploadToCPAN will now retry (thanks, PERLANCAR)
- some bug fixes for msys (thanks, Håkon Hægland)
2021-10-02 14:42:00 +02:00
|
|
|
# $NetBSD: Makefile,v 1.39 2021/10/02 12:42:00 wen Exp $
|
2012-07-05 19:13:54 +02:00
|
|
|
|
Update to 6.024
Update DEPENDS
Upstream changes:
6.024 2021-08-01 15:38:44-04:00 America/New_York
- pass the dist name to Software::License as the program name
(thanks, Van de Bugger!)
- create the ArchiveBuilder role for building the archive file
(thanks, Graham Ollis!)
6.023 2021-07-06 21:37:37-04:00 America/New_York
- tweak the autoprereqs tests to avoid failing when List::MoreUtils
(which DZ does not actually need) is not installed)
6.022 2021-06-27 21:36:53-04:00 America/New_York
- remove dependency on Class::Load, which is not used
- bump prereq on PPI to 1.222, which is now used in PkgVersion
(thanks, Dan Book and Sven Kirmess)
6.021 2021-06-27 21:31:21-04:00 America/New_York
- [ broken release, don't bother ]
6.020 2021-06-14 12:16:09-04:00 America/New_York
- The log colorization code was trying to use 24-bit color even when
the installed Term::ANSIColor couldn't support it. This has been
fixed by requiring Term::ANSIColor v5. Thanks, Robert Rothenberg,
Michael McClimon, and Matthew Horsfall.
6.019 2021-06-13 08:39:14-04:00 America/New_York
- When using "use_package" in PkgVersion, do not eradicate the entire
block of "package NAME BLOCK" syntax! Wow, what a bug...
6.018 2021-04-03 21:07:54-04:00 America/New_York (TRIAL RELEASE)
- require perl v5.20.0, now seven years old
- add Test::CleanNamespaces, clean all namespaces
- add the same boilerplate of version/pragma/features to every module
- colorize logger prefix when running in a terminal
6.017 2020-11-02 19:30:21-05:00 America/New_York
- replace broken 6.016, released from a confused git repo
6.016 2020-11-02 19:27:18-05:00 America/New_York (TRIAL RELEASE)
- the test generated by [MetaTests] is now an author test, not a
release test (thanks, Karen Etheridge)
- UploadToCPAN will now retry (thanks, PERLANCAR)
- some bug fixes for msys (thanks, Håkon Hægland)
2021-10-02 14:42:00 +02:00
|
|
|
DISTNAME= Dist-Zilla-6.024
|
2012-07-05 19:13:54 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dist/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2019-06-30 22:14:13 +02:00
|
|
|
HOMEPAGE= https://metacpan.org/release/Dist-Zilla
|
2012-07-05 19:13:54 +02:00
|
|
|
COMMENT= Perl 5 module distribution builder; installer not included
|
|
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
|
Update to 6.024
Update DEPENDS
Upstream changes:
6.024 2021-08-01 15:38:44-04:00 America/New_York
- pass the dist name to Software::License as the program name
(thanks, Van de Bugger!)
- create the ArchiveBuilder role for building the archive file
(thanks, Graham Ollis!)
6.023 2021-07-06 21:37:37-04:00 America/New_York
- tweak the autoprereqs tests to avoid failing when List::MoreUtils
(which DZ does not actually need) is not installed)
6.022 2021-06-27 21:36:53-04:00 America/New_York
- remove dependency on Class::Load, which is not used
- bump prereq on PPI to 1.222, which is now used in PkgVersion
(thanks, Dan Book and Sven Kirmess)
6.021 2021-06-27 21:31:21-04:00 America/New_York
- [ broken release, don't bother ]
6.020 2021-06-14 12:16:09-04:00 America/New_York
- The log colorization code was trying to use 24-bit color even when
the installed Term::ANSIColor couldn't support it. This has been
fixed by requiring Term::ANSIColor v5. Thanks, Robert Rothenberg,
Michael McClimon, and Matthew Horsfall.
6.019 2021-06-13 08:39:14-04:00 America/New_York
- When using "use_package" in PkgVersion, do not eradicate the entire
block of "package NAME BLOCK" syntax! Wow, what a bug...
6.018 2021-04-03 21:07:54-04:00 America/New_York (TRIAL RELEASE)
- require perl v5.20.0, now seven years old
- add Test::CleanNamespaces, clean all namespaces
- add the same boilerplate of version/pragma/features to every module
- colorize logger prefix when running in a terminal
6.017 2020-11-02 19:30:21-05:00 America/New_York
- replace broken 6.016, released from a confused git repo
6.016 2020-11-02 19:27:18-05:00 America/New_York (TRIAL RELEASE)
- the test generated by [MetaTests] is now an author test, not a
release test (thanks, Karen Etheridge)
- UploadToCPAN will now retry (thanks, PERLANCAR)
- some bug fixes for msys (thanks, Håkon Hægland)
2021-10-02 14:42:00 +02:00
|
|
|
DEPENDS+= p5-App-Cmd>=0.330:../../devel/p5-App-Cmd
|
2015-05-23 04:48:31 +02:00
|
|
|
DEPENDS+= p5-Archive-Tar-Wrapper-[0-9]*:../../archivers/p5-Archive-Tar-Wrapper
|
2015-07-12 20:56:06 +02:00
|
|
|
#DEPENDS+= {perl>=5.16.0,p5-CPAN-Meta>=2.120630}:../../devel/p5-CPAN-Meta
|
|
|
|
#DEPENDS+= {perl>=5.18.0,p5-CPAN-Meta-Requirements>=2.121}:../../devel/p5-CPAN-Meta-Requirements
|
Update to 5.013
Update DEPENDS
Upstream changes:
5.013 2014-02-08 17:08:16-05:00 America/New_York
- META.json is now a UTF-8 file, rather than ASCII
- document the use of filefinders in [PkgVersion], and remove
filtering out of .t, .pod files; do skip non-text files, though
- always load modules in "extra tests" like pod-coverage.t
- PruneCruft also prunes ./fatlib
- avoid being tricked by statements in __END__ section when looking for
variable assignments
- if "dzil install" fails due to exception, it is now propagated
- provide a better error when terminal encoding can't be determined
5.012 2014-01-15 09:58:00-05:00 America/New_York
- when handling a multi-line abstract, fold the lines on whitespace;
previously, the newlines had been left in, which caused downstream
warnings
5.011 2014-01-12 16:09:29-05:00 America/New_York
- ->VERSION is again defined in the tester forms of Builder and Minter
- remove a small obsolete code path from PkgVersion
5.010 2014-01-11 22:06:04-05:00 America/New_York
- stop sharing a reference to cached PPI docs, which led to spooky
action at a distance
- PkgVersion no longer surrounds the new $VERSION assignment with a
bare block
- if there's a blank line after the package statement (and any number
of comment-only lines), PkgVersion will use that for a $VERSION
assignment, rather than insert a new line; this can be made mandatory
with die_on_line_insertion
5.009 2014-01-07 20:21:17-05:00 America/New_York
- include time offset by default in NextRelease
- always pass PPI octets, not text
5.008 2013-12-27 21:57:02 America/New_York
- fix utterly broken `dzil run`
5.007 2013-12-27 20:50:45-05:00 America/New_York
- add the ability to say "dzil run --no-build" to run a command without
building inside the dist dir
(in other words, no `perl Makefile.PL && make`)
- Archive::Tar::Wrapper added as a recommended prereq
- fix :ShareFiles (thanks, Christopher J. Madsen and Karen Etheridge)
- new :AllFiles and :NoFiles filefinders (thanks, Karen Etheridge)
- most files generated by dzil plugins now self-identify with comments
5.006 2013-11-06 09:21:12 America/New_York
- add ->is_bytes to files; shortcut for ->encoding eq 'bytes'
(thanks, David Golden)
- AutoPrereqs will not try scanning binary files (thanks, David Golden)
5.005 2013-11-02 16:32:04 America/New_York
- add --keep-build-dir to "dzil test" and "dzil install"
5.004 2013-11-02 09:59:18 America/New_York
[THIS RELEASE MIGHT BREAK YOUR BUILD]
- stable release of all the v5 changes below; READ THEM!
- by default, NextRelease now adds a trial release marker on trial
releases
- dzil setup will not echo password during setup
5.003 2013-10-30 08:02:59 America/New_York
[THIS RELEASE MIGHT BREAK YOUR BUILD]
- add "dzil --version" support (thanks, Upasana Shukla)
- fix boneheaded mistake that broke listdeps in 5.002 (thanks, Karen
Etheridge)
5.002 2013-10-29 10:35:54 America/New_York
[THIS RELEASE MIGHT BREAK YOUR BUILD]
- perform encoding steps during listdeps
5.001 2013-10-23 17:40:09 America/New_York
[THIS RELEASE MIGHT BREAK YOUR BUILD]
- typo fixes (thanks, David Steinbrunner)
5.000 2013-10-20 08:10:02 America/New_York
[THIS RELEASE MIGHT BREAK YOUR BUILD]
- all files now have content, encoded_content, and encoding attributes
- the Encoding plugin and EncodingProvider role have been added to
allow you to set the encoding on files; the default is UTF-8
- config.ini is assumed to be in UTF-8
- Data::Section sections are assumed to be UTF-8
- the Term chrome should encode input and output
4.300039 2013-09-20 06:05:10 Asia/Tokyo
- tweak metafile generator to keep CPAN::Meta validator happy (thanks,
David Golden)
4.300038 2013-09-08 09:18:34 America/New_York
- add horrible hack to avoid generating non-UTF-8 META.yml; seriously,
don't look at the code! Thanks, David Golden, whose code was simple
and probably much, much saner, but didn't cover as many cases as rjbs
wanted to cover.
4.300037 2013-08-28 21:43:36 America/New_York
- update repo and bugtacker URLs
4.300036 2013-08-25 21:41:21 America/New_York
- read CPAN::Uploader config with CPAN::Uploader, to work with new
trial releases supporting encrypted credential (thanks, Mike Doherty)
- improve tester tests (thanks, Dave O'Neill!)
- use Class::Load instead of Class::MOP
- better error messages when a bundle can't be loaded by @Filter
- make dynamic_config distmeta sticky; once one plugin sets it, it
stays stuck
- add a die_on_existing_version option to PkgVersion
- switch (for now?) "dzil install" to use cpanm
- PkgVersion won't rewrite file contents if nothing was changed
(thanks, Mike Doherty!)
2014-02-10 14:59:06 +01:00
|
|
|
DEPENDS+= p5-CPAN-Uploader>=0.103004:../../devel/p5-CPAN-Uploader
|
2012-07-05 19:13:54 +02:00
|
|
|
DEPENDS+= p5-Class-Load>=0.17:../../devel/p5-Class-Load
|
|
|
|
DEPENDS+= p5-Config-INI-[0-9]*:../../devel/p5-Config-INI
|
Update to 6.024
Update DEPENDS
Upstream changes:
6.024 2021-08-01 15:38:44-04:00 America/New_York
- pass the dist name to Software::License as the program name
(thanks, Van de Bugger!)
- create the ArchiveBuilder role for building the archive file
(thanks, Graham Ollis!)
6.023 2021-07-06 21:37:37-04:00 America/New_York
- tweak the autoprereqs tests to avoid failing when List::MoreUtils
(which DZ does not actually need) is not installed)
6.022 2021-06-27 21:36:53-04:00 America/New_York
- remove dependency on Class::Load, which is not used
- bump prereq on PPI to 1.222, which is now used in PkgVersion
(thanks, Dan Book and Sven Kirmess)
6.021 2021-06-27 21:31:21-04:00 America/New_York
- [ broken release, don't bother ]
6.020 2021-06-14 12:16:09-04:00 America/New_York
- The log colorization code was trying to use 24-bit color even when
the installed Term::ANSIColor couldn't support it. This has been
fixed by requiring Term::ANSIColor v5. Thanks, Robert Rothenberg,
Michael McClimon, and Matthew Horsfall.
6.019 2021-06-13 08:39:14-04:00 America/New_York
- When using "use_package" in PkgVersion, do not eradicate the entire
block of "package NAME BLOCK" syntax! Wow, what a bug...
6.018 2021-04-03 21:07:54-04:00 America/New_York (TRIAL RELEASE)
- require perl v5.20.0, now seven years old
- add Test::CleanNamespaces, clean all namespaces
- add the same boilerplate of version/pragma/features to every module
- colorize logger prefix when running in a terminal
6.017 2020-11-02 19:30:21-05:00 America/New_York
- replace broken 6.016, released from a confused git repo
6.016 2020-11-02 19:27:18-05:00 America/New_York (TRIAL RELEASE)
- the test generated by [MetaTests] is now an author test, not a
release test (thanks, Karen Etheridge)
- UploadToCPAN will now retry (thanks, PERLANCAR)
- some bug fixes for msys (thanks, Håkon Hægland)
2021-10-02 14:42:00 +02:00
|
|
|
DEPENDS+= p5-Config-MVP>=2.200011:../../devel/p5-Config-MVP
|
|
|
|
DEPENDS+= p5-Config-MVP-Reader-INI>=2.101461:../../devel/p5-Config-MVP-Reader-INI
|
|
|
|
DEPENDS+= p5-Data-Section>=0.200.002:../../devel/p5-Data-Section
|
2012-07-05 19:13:54 +02:00
|
|
|
DEPENDS+= p5-DateTime>=0.4400:../../time/p5-DateTime
|
Update to 6.024
Update DEPENDS
Upstream changes:
6.024 2021-08-01 15:38:44-04:00 America/New_York
- pass the dist name to Software::License as the program name
(thanks, Van de Bugger!)
- create the ArchiveBuilder role for building the archive file
(thanks, Graham Ollis!)
6.023 2021-07-06 21:37:37-04:00 America/New_York
- tweak the autoprereqs tests to avoid failing when List::MoreUtils
(which DZ does not actually need) is not installed)
6.022 2021-06-27 21:36:53-04:00 America/New_York
- remove dependency on Class::Load, which is not used
- bump prereq on PPI to 1.222, which is now used in PkgVersion
(thanks, Dan Book and Sven Kirmess)
6.021 2021-06-27 21:31:21-04:00 America/New_York
- [ broken release, don't bother ]
6.020 2021-06-14 12:16:09-04:00 America/New_York
- The log colorization code was trying to use 24-bit color even when
the installed Term::ANSIColor couldn't support it. This has been
fixed by requiring Term::ANSIColor v5. Thanks, Robert Rothenberg,
Michael McClimon, and Matthew Horsfall.
6.019 2021-06-13 08:39:14-04:00 America/New_York
- When using "use_package" in PkgVersion, do not eradicate the entire
block of "package NAME BLOCK" syntax! Wow, what a bug...
6.018 2021-04-03 21:07:54-04:00 America/New_York (TRIAL RELEASE)
- require perl v5.20.0, now seven years old
- add Test::CleanNamespaces, clean all namespaces
- add the same boilerplate of version/pragma/features to every module
- colorize logger prefix when running in a terminal
6.017 2020-11-02 19:30:21-05:00 America/New_York
- replace broken 6.016, released from a confused git repo
6.016 2020-11-02 19:27:18-05:00 America/New_York (TRIAL RELEASE)
- the test generated by [MetaTests] is now an author test, not a
release test (thanks, Karen Etheridge)
- UploadToCPAN will now retry (thanks, PERLANCAR)
- some bug fixes for msys (thanks, Håkon Hægland)
2021-10-02 14:42:00 +02:00
|
|
|
DEPENDS+= p5-File-Copy-Recursive>=0.41:../../sysutils/p5-File-Copy-Recursive
|
2012-07-05 19:13:54 +02:00
|
|
|
DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule
|
|
|
|
DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
|
|
|
|
DEPENDS+= p5-File-ShareDir-[0-9]*:../../devel/p5-File-ShareDir
|
Update to 6.024
Update DEPENDS
Upstream changes:
6.024 2021-08-01 15:38:44-04:00 America/New_York
- pass the dist name to Software::License as the program name
(thanks, Van de Bugger!)
- create the ArchiveBuilder role for building the archive file
(thanks, Graham Ollis!)
6.023 2021-07-06 21:37:37-04:00 America/New_York
- tweak the autoprereqs tests to avoid failing when List::MoreUtils
(which DZ does not actually need) is not installed)
6.022 2021-06-27 21:36:53-04:00 America/New_York
- remove dependency on Class::Load, which is not used
- bump prereq on PPI to 1.222, which is now used in PkgVersion
(thanks, Dan Book and Sven Kirmess)
6.021 2021-06-27 21:31:21-04:00 America/New_York
- [ broken release, don't bother ]
6.020 2021-06-14 12:16:09-04:00 America/New_York
- The log colorization code was trying to use 24-bit color even when
the installed Term::ANSIColor couldn't support it. This has been
fixed by requiring Term::ANSIColor v5. Thanks, Robert Rothenberg,
Michael McClimon, and Matthew Horsfall.
6.019 2021-06-13 08:39:14-04:00 America/New_York
- When using "use_package" in PkgVersion, do not eradicate the entire
block of "package NAME BLOCK" syntax! Wow, what a bug...
6.018 2021-04-03 21:07:54-04:00 America/New_York (TRIAL RELEASE)
- require perl v5.20.0, now seven years old
- add Test::CleanNamespaces, clean all namespaces
- add the same boilerplate of version/pragma/features to every module
- colorize logger prefix when running in a terminal
6.017 2020-11-02 19:30:21-05:00 America/New_York
- replace broken 6.016, released from a confused git repo
6.016 2020-11-02 19:27:18-05:00 America/New_York (TRIAL RELEASE)
- the test generated by [MetaTests] is now an author test, not a
release test (thanks, Karen Etheridge)
- UploadToCPAN will now retry (thanks, PERLANCAR)
- some bug fixes for msys (thanks, Håkon Hægland)
2021-10-02 14:42:00 +02:00
|
|
|
DEPENDS+= p5-File-ShareDir-Install>=0.06:../../devel/p5-File-ShareDir-Install
|
2012-07-05 19:13:54 +02:00
|
|
|
DEPENDS+= p5-File-pushd-[0-9]*:../../devel/p5-File-pushd
|
|
|
|
DEPENDS+= p5-Hash-Merge-Simple-[0-9]*:../../devel/p5-Hash-Merge-Simple
|
|
|
|
DEPENDS+= p5-JSON>=2.00:../../converters/p5-JSON
|
(pkgsrc)
- Following two lines added
DEPENDS+= p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS
DEPENDS+= p5-Term-UI-[0-9]*:../../devel/p5-Term-UI
(upstream)
- Update 5.013 to 5.031
---------------------
5.031 2015-01-08 22:04:30-05:00 America/New_York
- correct a test to avoid testing symlinks on Win32
5.030 2015-01-04 22:31:38-05:00 America/New_York
- fixed [GatherDir]'s handling of symlinks to directories
- [AutoPrereqs] now filters out all namespaces found in contained
modules, not just the one corresponding to the module filename
5.029 2014-12-14 14:44:44-05:00 America/New_York
- fix new error in [PkgVersion] when a module had no package
statements
- further rip out use of JSON.pm
5.028 2014-12-12 19:06:23-05:00 America/New_York
- fix regression in [PkgVersion] that made false-positive
identifications for pre-existing assignments to $VERSION
- try avoid cases in which plugin code directly modifies file list
- switch, tentatively, to JSON::MaybeXS
5.027 2014-12-09 09:30:30-05:00 America/New_York
- fix regression in Plugin->plugin_from_config which started passing a
list of pairs rather than a hashref
5.026 2014-12-08 21:33:55-05:00 America/New_York
- eliminate use of Moose::Autobox
- various small performance optimizations
- add "use_our" option to PkgVersion
5.025 2014-11-10 21:12:14-05:00 America/New_York
- fix file.t failures with perl v5.14 and v5.16's Carp
5.024 2014-11-05 23:08:07-05:00 America/New_York
- add the %Mint stash for minting defaults
- quiet down some low-priority log lines
- teeny tiny optimization by building dist prereqs structure lazily
- avoid ever requiring v0 of ExtUtils::MakeMaker
- fix a module-loading ordering issue in `dzil setup`
5.023 2014-10-30 22:56:42-04:00 America/New_York
- optimizations to loading of heavyweight libraries in cmd line app
- some tests are now skipped on Win32 to avoid filename insanity
- files' added_by data should be more informative
- conflicts with installed code is now detected and/or advertised
5.022 2014-10-27 22:55:53-04:00 America/New_York
- several optimizations to how PPI is used
- handle an empty ABSTRACT better
- now properly merging distmeta fragments together without loss, using
new CPAN::Meta::Merge
- create Makefile.PL and Build.PL files earlier, so they're in the file
list "the whole time"
5.021 2014-10-20 22:43:52-04:00 America/New_York
- improve authordeps' ability to cope with version requirements and
non-default plugin names
- a few improvements to help given by "dzil help COMMAND"
- fixes a situation where exclusion-regexp-building in GatherDir
could mangle the given regexps
- now properly merging distmeta fragments together without loss, using
new CPAN::Meta::Merge (Karen Etheridge)
- [PkgVersion] now properly skips over $VERSION assignments in
comments (Karen Etheridge, github #322)
- the building of manpages is supressed in [MakeMaker]-driven builds
- lazily load quite a few more modules
- avoid using user's ~/.dzil even more
- while building dists for testing, don't bother building man pages
- try harder to notice minimum required perl version
- try harder to delete temporarily directory at the end of testing
- don't treat $VERSION assignments in comments as $VERSION assignments
- listdeps now takes --omit-core to skip core modules
- don't try to use terminal encoding on locale-free systems
- suggest the use of PPI::XS
- speed up and debug behavior of GatherDir
5.020 2014-07-28 20:56:25-04:00 America/New_York
- the default required version for ExtUtils::MakeMaker in [MakeMaker]
has been removed
- load DateTime lazily
- the default required version for Module::Build in [ModuleBuild] has
been lowered
5.019 2014-05-20 21:11:47-04:00 America/New_York
- remove a very brief-lived attempt to double-decode
5.018 2014-05-20 21:07:04-04:00 America/New_York
- attempt to return abstract-from-file as a string, rather than
bytes, which can lead to weirdness (github issue #303)
5.017 2014-05-17 08:35:33-04:00 America/New_York
- dotfiles and dot-directories are now included in sharedirs
- ModuleBuild and MakeMake should not re-build if it isn't needed
- authordeps now better understands "perl" dep
- munging of README is delayed to prevent unneeded work and
complication
- MANIFEST is now treated as a binary file
- 'dzil setup' now warns that credentials are stored in the clear
- MakeMaker should include fewer empty and useless hashrefs
- Makefile.old is now pruned as cruft
5.016 2014-05-05 22:27:06-04:00 America/New_York
- hint about [Encoding] plugin in encoding error message (David
Golden)
5.015 2014-03-30 21:55:36-04:00 America/New_York
- make it easier to have multiple PAUSE configs using UploadToCPAN's
pause_cfg_dir option (thanks, David Golden)
5.014 2014-03-16 16:47:07+01:00 Europe/Paris
- Added 'jobs' argument for 'dzil test' for parallel testing (thanks,
David Golden!)
- add default_jobs attribute to TestRunner role
- fix the behavior of 'dzil add' with more than one file
(thanks, Leon Timmermans!)
2015-01-29 07:44:40 +01:00
|
|
|
DEPENDS+= p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS
|
Updating package for CPAN distribution Dist-Zilla in devel/p5-Dist-Zilla
from 4.300023nb2 to 4.300035.
pkgsrc changes:
- update dependencies
Upstream changes:
4.300035 2013-06-19 21:37:28 America/New_York
update for new Perl::PrereqScanner, which will find "lib"
update AutoPrereqs to skip Config and Errno
fix docs to not suggest obsolete "Prereq" name (thanks, Ivan
Bessarabov!)
4.300034 2013-04-13 16:56:48 Europe/London
delay loading of CPAN::Uploader, and require a newer version to
require HTTPS (thanks, Olivier Mengué!)
4.300033 2013-04-05 15:00:37 America/New_York
fix .build/latest (thanks, Karen Etheridge!)
doc fixes (thanks, Randy Stauner!)
4.300032 2013-03-29 16:41:11 America/New_York
test_requires support for ModuleBuild and MakeMaker (thanks,
Tatsuhiko Miyagawa!)
4.300031 2013-03-17 21:47:31 America/New_York
stacktrace removed from exception when a plugin's minimum version
check fails (thanks, Karen Etheridge!)
add 'dzil listdeps --json', which lists all prerequisites broken up
by phase and type, in readable JSON format (thanks, Karen Etheridge!)
improve errors when there's not enough configuration and no global
config file can be found (thanks, Dimitar Petrov)
delay loading yet more libraries until needed (thanks, Olivier
Mengué!)
4.300030 2013-01-30 22:25:27 America/New_York
listdeps --versions now sorts properly (thanks, Karen Etheridge!)
delay loading more libraries until needed (thanks, Olivier Mengué!)
excluded filenames in GatherDir were sometimes matched too fuzzily
(thanks, Mike Doherty)
4.300029 2013-01-14 20:03:15 America/New_York
allow :version directive in root section to require a given version
of Dist::Zilla
simply and speedify some of GatherDir (Thanks, Olivier Mengué!)
4.300028 2012-10-19 10:50:42 America/New_York
when picking modules to treat as "part of the dist," be more lax in
understanding libraries under ./t: ./t/lib/Foo.pm is now treated as
providing t::lib::Foo, lib::Foo, and Foo
4.300027 2012-10-16 21:07:06 America/New_York
the "latest" symlink code broke Dist::Zilla on win32; fixed now!
(thanks, Brendan Byrd!)
4.300026 2012-10-13 22:21:17 America/New_York
PodSyntaxTests, PodCoverageTests and MetaTests now add the right
develop/requires prereqs (thanks, Olivier Mengué and Ricardo Signes!)
ModuleBuild now takes an mb_lib argument that can override the
default of "inc" (thanks, ben hengst)
create .build/latest symlink when a build in .build is built (thanks,
Alexei Znamensky!)
allow "-version" arg to [@Filter] to specify the version of the
bundle required (thanks, Rob Hoelz)
4.300025 2012-10-07 23:02:33 America/New_York
add the LicenseProvider and NameProvider roles (thanks, Vyacheslav
Matjukhin!)
make Dist::Zilla::App::Tester be a CaptureExternal App::Cmd::Tester
4.300024 2012-09-26 12:01:45 America/New_York
include $] in MetaConfig data
2013-07-03 18:49:57 +02:00
|
|
|
DEPENDS+= p5-List-AllUtils-[0-9]*:../../devel/p5-List-AllUtils
|
2012-07-05 19:13:54 +02:00
|
|
|
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
|
|
|
|
DEPENDS+= p5-Log-Dispatchouli>=1.102.220:../../devel/p5-Log-Dispatchouli
|
2012-09-10 16:12:06 +02:00
|
|
|
DEPENDS+= p5-Moose>=0.9200:../../devel/p5-Moose
|
2012-07-05 19:13:54 +02:00
|
|
|
DEPENDS+= p5-Moose-Autobox>=0.10:../../devel/p5-Moose-Autobox
|
|
|
|
DEPENDS+= p5-MooseX-LazyRequire-[0-9]*:../../devel/p5-MooseX-LazyRequire
|
|
|
|
DEPENDS+= p5-MooseX-Role-Parameterized-[0-9]*:../../devel/p5-MooseX-Role-Parameterized
|
|
|
|
DEPENDS+= p5-MooseX-SetOnce-[0-9]*:../../devel/p5-MooseX-SetOnce
|
|
|
|
DEPENDS+= p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types
|
|
|
|
DEPENDS+= p5-MooseX-Types-Path-Class-[0-9]*:../../devel/p5-MooseX-Types-Path-Class
|
|
|
|
DEPENDS+= p5-MooseX-Types-Perl-[0-9]*:../../devel/p5-MooseX-Types-Perl
|
Update to 6.024
Update DEPENDS
Upstream changes:
6.024 2021-08-01 15:38:44-04:00 America/New_York
- pass the dist name to Software::License as the program name
(thanks, Van de Bugger!)
- create the ArchiveBuilder role for building the archive file
(thanks, Graham Ollis!)
6.023 2021-07-06 21:37:37-04:00 America/New_York
- tweak the autoprereqs tests to avoid failing when List::MoreUtils
(which DZ does not actually need) is not installed)
6.022 2021-06-27 21:36:53-04:00 America/New_York
- remove dependency on Class::Load, which is not used
- bump prereq on PPI to 1.222, which is now used in PkgVersion
(thanks, Dan Book and Sven Kirmess)
6.021 2021-06-27 21:31:21-04:00 America/New_York
- [ broken release, don't bother ]
6.020 2021-06-14 12:16:09-04:00 America/New_York
- The log colorization code was trying to use 24-bit color even when
the installed Term::ANSIColor couldn't support it. This has been
fixed by requiring Term::ANSIColor v5. Thanks, Robert Rothenberg,
Michael McClimon, and Matthew Horsfall.
6.019 2021-06-13 08:39:14-04:00 America/New_York
- When using "use_package" in PkgVersion, do not eradicate the entire
block of "package NAME BLOCK" syntax! Wow, what a bug...
6.018 2021-04-03 21:07:54-04:00 America/New_York (TRIAL RELEASE)
- require perl v5.20.0, now seven years old
- add Test::CleanNamespaces, clean all namespaces
- add the same boilerplate of version/pragma/features to every module
- colorize logger prefix when running in a terminal
6.017 2020-11-02 19:30:21-05:00 America/New_York
- replace broken 6.016, released from a confused git repo
6.016 2020-11-02 19:27:18-05:00 America/New_York (TRIAL RELEASE)
- the test generated by [MetaTests] is now an author test, not a
release test (thanks, Karen Etheridge)
- UploadToCPAN will now retry (thanks, PERLANCAR)
- some bug fixes for msys (thanks, Håkon Hægland)
2021-10-02 14:42:00 +02:00
|
|
|
DEPENDS+= p5-PPI>=1.222:../../devel/p5-PPI
|
2012-07-05 19:13:54 +02:00
|
|
|
DEPENDS+= p5-Params-Util-[0-9]*:../../devel/p5-Params-Util
|
|
|
|
DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
|
Updating package for CPAN distribution Dist-Zilla in devel/p5-Dist-Zilla
from 4.300023nb2 to 4.300035.
pkgsrc changes:
- update dependencies
Upstream changes:
4.300035 2013-06-19 21:37:28 America/New_York
update for new Perl::PrereqScanner, which will find "lib"
update AutoPrereqs to skip Config and Errno
fix docs to not suggest obsolete "Prereq" name (thanks, Ivan
Bessarabov!)
4.300034 2013-04-13 16:56:48 Europe/London
delay loading of CPAN::Uploader, and require a newer version to
require HTTPS (thanks, Olivier Mengué!)
4.300033 2013-04-05 15:00:37 America/New_York
fix .build/latest (thanks, Karen Etheridge!)
doc fixes (thanks, Randy Stauner!)
4.300032 2013-03-29 16:41:11 America/New_York
test_requires support for ModuleBuild and MakeMaker (thanks,
Tatsuhiko Miyagawa!)
4.300031 2013-03-17 21:47:31 America/New_York
stacktrace removed from exception when a plugin's minimum version
check fails (thanks, Karen Etheridge!)
add 'dzil listdeps --json', which lists all prerequisites broken up
by phase and type, in readable JSON format (thanks, Karen Etheridge!)
improve errors when there's not enough configuration and no global
config file can be found (thanks, Dimitar Petrov)
delay loading yet more libraries until needed (thanks, Olivier
Mengué!)
4.300030 2013-01-30 22:25:27 America/New_York
listdeps --versions now sorts properly (thanks, Karen Etheridge!)
delay loading more libraries until needed (thanks, Olivier Mengué!)
excluded filenames in GatherDir were sometimes matched too fuzzily
(thanks, Mike Doherty)
4.300029 2013-01-14 20:03:15 America/New_York
allow :version directive in root section to require a given version
of Dist::Zilla
simply and speedify some of GatherDir (Thanks, Olivier Mengué!)
4.300028 2012-10-19 10:50:42 America/New_York
when picking modules to treat as "part of the dist," be more lax in
understanding libraries under ./t: ./t/lib/Foo.pm is now treated as
providing t::lib::Foo, lib::Foo, and Foo
4.300027 2012-10-16 21:07:06 America/New_York
the "latest" symlink code broke Dist::Zilla on win32; fixed now!
(thanks, Brendan Byrd!)
4.300026 2012-10-13 22:21:17 America/New_York
PodSyntaxTests, PodCoverageTests and MetaTests now add the right
develop/requires prereqs (thanks, Olivier Mengué and Ricardo Signes!)
ModuleBuild now takes an mb_lib argument that can override the
default of "inc" (thanks, ben hengst)
create .build/latest symlink when a build in .build is built (thanks,
Alexei Znamensky!)
allow "-version" arg to [@Filter] to specify the version of the
bundle required (thanks, Rob Hoelz)
4.300025 2012-10-07 23:02:33 America/New_York
add the LicenseProvider and NameProvider roles (thanks, Vyacheslav
Matjukhin!)
make Dist::Zilla::App::Tester be a CaptureExternal App::Cmd::Tester
4.300024 2012-09-26 12:01:45 America/New_York
include $] in MetaConfig data
2013-07-03 18:49:57 +02:00
|
|
|
DEPENDS+= p5-Perl-PrereqScanner>=1.016:../../devel/p5-Perl-PrereqScanner
|
2012-07-05 19:13:54 +02:00
|
|
|
DEPENDS+= p5-Perl-Version-[0-9]*:../../devel/p5-Perl-Version
|
|
|
|
DEPENDS+= p5-Pod-Eventual>=0.091.480:../../textproc/p5-Pod-Eventual
|
Update to 6.024
Update DEPENDS
Upstream changes:
6.024 2021-08-01 15:38:44-04:00 America/New_York
- pass the dist name to Software::License as the program name
(thanks, Van de Bugger!)
- create the ArchiveBuilder role for building the archive file
(thanks, Graham Ollis!)
6.023 2021-07-06 21:37:37-04:00 America/New_York
- tweak the autoprereqs tests to avoid failing when List::MoreUtils
(which DZ does not actually need) is not installed)
6.022 2021-06-27 21:36:53-04:00 America/New_York
- remove dependency on Class::Load, which is not used
- bump prereq on PPI to 1.222, which is now used in PkgVersion
(thanks, Dan Book and Sven Kirmess)
6.021 2021-06-27 21:31:21-04:00 America/New_York
- [ broken release, don't bother ]
6.020 2021-06-14 12:16:09-04:00 America/New_York
- The log colorization code was trying to use 24-bit color even when
the installed Term::ANSIColor couldn't support it. This has been
fixed by requiring Term::ANSIColor v5. Thanks, Robert Rothenberg,
Michael McClimon, and Matthew Horsfall.
6.019 2021-06-13 08:39:14-04:00 America/New_York
- When using "use_package" in PkgVersion, do not eradicate the entire
block of "package NAME BLOCK" syntax! Wow, what a bug...
6.018 2021-04-03 21:07:54-04:00 America/New_York (TRIAL RELEASE)
- require perl v5.20.0, now seven years old
- add Test::CleanNamespaces, clean all namespaces
- add the same boilerplate of version/pragma/features to every module
- colorize logger prefix when running in a terminal
6.017 2020-11-02 19:30:21-05:00 America/New_York
- replace broken 6.016, released from a confused git repo
6.016 2020-11-02 19:27:18-05:00 America/New_York (TRIAL RELEASE)
- the test generated by [MetaTests] is now an author test, not a
release test (thanks, Karen Etheridge)
- UploadToCPAN will now retry (thanks, PERLANCAR)
- some bug fixes for msys (thanks, Håkon Hægland)
2021-10-02 14:42:00 +02:00
|
|
|
DEPENDS+= p5-Software-License>=0.104.001:../../devel/p5-Software-License
|
2012-07-05 19:13:54 +02:00
|
|
|
DEPENDS+= p5-String-Formatter>=0.100680:../../textproc/p5-String-Formatter
|
|
|
|
DEPENDS+= p5-String-RewritePrefix>=0.005:../../textproc/p5-String-RewritePrefix
|
|
|
|
DEPENDS+= p5-Sub-Exporter-ForMethods-[0-9]*:../../devel/p5-Sub-Exporter-ForMethods
|
Update to 5.013
Update DEPENDS
Upstream changes:
5.013 2014-02-08 17:08:16-05:00 America/New_York
- META.json is now a UTF-8 file, rather than ASCII
- document the use of filefinders in [PkgVersion], and remove
filtering out of .t, .pod files; do skip non-text files, though
- always load modules in "extra tests" like pod-coverage.t
- PruneCruft also prunes ./fatlib
- avoid being tricked by statements in __END__ section when looking for
variable assignments
- if "dzil install" fails due to exception, it is now propagated
- provide a better error when terminal encoding can't be determined
5.012 2014-01-15 09:58:00-05:00 America/New_York
- when handling a multi-line abstract, fold the lines on whitespace;
previously, the newlines had been left in, which caused downstream
warnings
5.011 2014-01-12 16:09:29-05:00 America/New_York
- ->VERSION is again defined in the tester forms of Builder and Minter
- remove a small obsolete code path from PkgVersion
5.010 2014-01-11 22:06:04-05:00 America/New_York
- stop sharing a reference to cached PPI docs, which led to spooky
action at a distance
- PkgVersion no longer surrounds the new $VERSION assignment with a
bare block
- if there's a blank line after the package statement (and any number
of comment-only lines), PkgVersion will use that for a $VERSION
assignment, rather than insert a new line; this can be made mandatory
with die_on_line_insertion
5.009 2014-01-07 20:21:17-05:00 America/New_York
- include time offset by default in NextRelease
- always pass PPI octets, not text
5.008 2013-12-27 21:57:02 America/New_York
- fix utterly broken `dzil run`
5.007 2013-12-27 20:50:45-05:00 America/New_York
- add the ability to say "dzil run --no-build" to run a command without
building inside the dist dir
(in other words, no `perl Makefile.PL && make`)
- Archive::Tar::Wrapper added as a recommended prereq
- fix :ShareFiles (thanks, Christopher J. Madsen and Karen Etheridge)
- new :AllFiles and :NoFiles filefinders (thanks, Karen Etheridge)
- most files generated by dzil plugins now self-identify with comments
5.006 2013-11-06 09:21:12 America/New_York
- add ->is_bytes to files; shortcut for ->encoding eq 'bytes'
(thanks, David Golden)
- AutoPrereqs will not try scanning binary files (thanks, David Golden)
5.005 2013-11-02 16:32:04 America/New_York
- add --keep-build-dir to "dzil test" and "dzil install"
5.004 2013-11-02 09:59:18 America/New_York
[THIS RELEASE MIGHT BREAK YOUR BUILD]
- stable release of all the v5 changes below; READ THEM!
- by default, NextRelease now adds a trial release marker on trial
releases
- dzil setup will not echo password during setup
5.003 2013-10-30 08:02:59 America/New_York
[THIS RELEASE MIGHT BREAK YOUR BUILD]
- add "dzil --version" support (thanks, Upasana Shukla)
- fix boneheaded mistake that broke listdeps in 5.002 (thanks, Karen
Etheridge)
5.002 2013-10-29 10:35:54 America/New_York
[THIS RELEASE MIGHT BREAK YOUR BUILD]
- perform encoding steps during listdeps
5.001 2013-10-23 17:40:09 America/New_York
[THIS RELEASE MIGHT BREAK YOUR BUILD]
- typo fixes (thanks, David Steinbrunner)
5.000 2013-10-20 08:10:02 America/New_York
[THIS RELEASE MIGHT BREAK YOUR BUILD]
- all files now have content, encoded_content, and encoding attributes
- the Encoding plugin and EncodingProvider role have been added to
allow you to set the encoding on files; the default is UTF-8
- config.ini is assumed to be in UTF-8
- Data::Section sections are assumed to be UTF-8
- the Term chrome should encode input and output
4.300039 2013-09-20 06:05:10 Asia/Tokyo
- tweak metafile generator to keep CPAN::Meta validator happy (thanks,
David Golden)
4.300038 2013-09-08 09:18:34 America/New_York
- add horrible hack to avoid generating non-UTF-8 META.yml; seriously,
don't look at the code! Thanks, David Golden, whose code was simple
and probably much, much saner, but didn't cover as many cases as rjbs
wanted to cover.
4.300037 2013-08-28 21:43:36 America/New_York
- update repo and bugtacker URLs
4.300036 2013-08-25 21:41:21 America/New_York
- read CPAN::Uploader config with CPAN::Uploader, to work with new
trial releases supporting encrypted credential (thanks, Mike Doherty)
- improve tester tests (thanks, Dave O'Neill!)
- use Class::Load instead of Class::MOP
- better error messages when a bundle can't be loaded by @Filter
- make dynamic_config distmeta sticky; once one plugin sets it, it
stays stuck
- add a die_on_existing_version option to PkgVersion
- switch (for now?) "dzil install" to use cpanm
- PkgVersion won't rewrite file contents if nothing was changed
(thanks, Mike Doherty!)
2014-02-10 14:59:06 +01:00
|
|
|
DEPENDS+= p5-Term-Encoding>=0:../../devel/p5-Term-Encoding
|
2012-07-05 19:13:54 +02:00
|
|
|
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
|
(pkgsrc)
- Following two lines added
DEPENDS+= p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS
DEPENDS+= p5-Term-UI-[0-9]*:../../devel/p5-Term-UI
(upstream)
- Update 5.013 to 5.031
---------------------
5.031 2015-01-08 22:04:30-05:00 America/New_York
- correct a test to avoid testing symlinks on Win32
5.030 2015-01-04 22:31:38-05:00 America/New_York
- fixed [GatherDir]'s handling of symlinks to directories
- [AutoPrereqs] now filters out all namespaces found in contained
modules, not just the one corresponding to the module filename
5.029 2014-12-14 14:44:44-05:00 America/New_York
- fix new error in [PkgVersion] when a module had no package
statements
- further rip out use of JSON.pm
5.028 2014-12-12 19:06:23-05:00 America/New_York
- fix regression in [PkgVersion] that made false-positive
identifications for pre-existing assignments to $VERSION
- try avoid cases in which plugin code directly modifies file list
- switch, tentatively, to JSON::MaybeXS
5.027 2014-12-09 09:30:30-05:00 America/New_York
- fix regression in Plugin->plugin_from_config which started passing a
list of pairs rather than a hashref
5.026 2014-12-08 21:33:55-05:00 America/New_York
- eliminate use of Moose::Autobox
- various small performance optimizations
- add "use_our" option to PkgVersion
5.025 2014-11-10 21:12:14-05:00 America/New_York
- fix file.t failures with perl v5.14 and v5.16's Carp
5.024 2014-11-05 23:08:07-05:00 America/New_York
- add the %Mint stash for minting defaults
- quiet down some low-priority log lines
- teeny tiny optimization by building dist prereqs structure lazily
- avoid ever requiring v0 of ExtUtils::MakeMaker
- fix a module-loading ordering issue in `dzil setup`
5.023 2014-10-30 22:56:42-04:00 America/New_York
- optimizations to loading of heavyweight libraries in cmd line app
- some tests are now skipped on Win32 to avoid filename insanity
- files' added_by data should be more informative
- conflicts with installed code is now detected and/or advertised
5.022 2014-10-27 22:55:53-04:00 America/New_York
- several optimizations to how PPI is used
- handle an empty ABSTRACT better
- now properly merging distmeta fragments together without loss, using
new CPAN::Meta::Merge
- create Makefile.PL and Build.PL files earlier, so they're in the file
list "the whole time"
5.021 2014-10-20 22:43:52-04:00 America/New_York
- improve authordeps' ability to cope with version requirements and
non-default plugin names
- a few improvements to help given by "dzil help COMMAND"
- fixes a situation where exclusion-regexp-building in GatherDir
could mangle the given regexps
- now properly merging distmeta fragments together without loss, using
new CPAN::Meta::Merge (Karen Etheridge)
- [PkgVersion] now properly skips over $VERSION assignments in
comments (Karen Etheridge, github #322)
- the building of manpages is supressed in [MakeMaker]-driven builds
- lazily load quite a few more modules
- avoid using user's ~/.dzil even more
- while building dists for testing, don't bother building man pages
- try harder to notice minimum required perl version
- try harder to delete temporarily directory at the end of testing
- don't treat $VERSION assignments in comments as $VERSION assignments
- listdeps now takes --omit-core to skip core modules
- don't try to use terminal encoding on locale-free systems
- suggest the use of PPI::XS
- speed up and debug behavior of GatherDir
5.020 2014-07-28 20:56:25-04:00 America/New_York
- the default required version for ExtUtils::MakeMaker in [MakeMaker]
has been removed
- load DateTime lazily
- the default required version for Module::Build in [ModuleBuild] has
been lowered
5.019 2014-05-20 21:11:47-04:00 America/New_York
- remove a very brief-lived attempt to double-decode
5.018 2014-05-20 21:07:04-04:00 America/New_York
- attempt to return abstract-from-file as a string, rather than
bytes, which can lead to weirdness (github issue #303)
5.017 2014-05-17 08:35:33-04:00 America/New_York
- dotfiles and dot-directories are now included in sharedirs
- ModuleBuild and MakeMake should not re-build if it isn't needed
- authordeps now better understands "perl" dep
- munging of README is delayed to prevent unneeded work and
complication
- MANIFEST is now treated as a binary file
- 'dzil setup' now warns that credentials are stored in the clear
- MakeMaker should include fewer empty and useless hashrefs
- Makefile.old is now pruned as cruft
5.016 2014-05-05 22:27:06-04:00 America/New_York
- hint about [Encoding] plugin in encoding error message (David
Golden)
5.015 2014-03-30 21:55:36-04:00 America/New_York
- make it easier to have multiple PAUSE configs using UploadToCPAN's
pause_cfg_dir option (thanks, David Golden)
5.014 2014-03-16 16:47:07+01:00 Europe/Paris
- Added 'jobs' argument for 'dzil test' for parallel testing (thanks,
David Golden!)
- add default_jobs attribute to TestRunner role
- fix the behavior of 'dzil add' with more than one file
(thanks, Leon Timmermans!)
2015-01-29 07:44:40 +01:00
|
|
|
DEPENDS+= p5-Term-UI-[0-9]*:../../devel/p5-Term-UI
|
|
|
|
# Term::ReadLine is part of core
|
2012-07-05 19:13:54 +02:00
|
|
|
DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
|
|
|
|
DEPENDS+= p5-Text-Glob>=0.08:../../textproc/p5-Text-Glob
|
|
|
|
DEPENDS+= p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template
|
|
|
|
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
|
|
|
|
DEPENDS+= p5-YAML-Tiny-[0-9]*:../../textproc/p5-YAML-Tiny
|
|
|
|
DEPENDS+= p5-autobox>=2.53:../../devel/p5-autobox
|
|
|
|
DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
|
|
|
|
|
Update to 6.024
Update DEPENDS
Upstream changes:
6.024 2021-08-01 15:38:44-04:00 America/New_York
- pass the dist name to Software::License as the program name
(thanks, Van de Bugger!)
- create the ArchiveBuilder role for building the archive file
(thanks, Graham Ollis!)
6.023 2021-07-06 21:37:37-04:00 America/New_York
- tweak the autoprereqs tests to avoid failing when List::MoreUtils
(which DZ does not actually need) is not installed)
6.022 2021-06-27 21:36:53-04:00 America/New_York
- remove dependency on Class::Load, which is not used
- bump prereq on PPI to 1.222, which is now used in PkgVersion
(thanks, Dan Book and Sven Kirmess)
6.021 2021-06-27 21:31:21-04:00 America/New_York
- [ broken release, don't bother ]
6.020 2021-06-14 12:16:09-04:00 America/New_York
- The log colorization code was trying to use 24-bit color even when
the installed Term::ANSIColor couldn't support it. This has been
fixed by requiring Term::ANSIColor v5. Thanks, Robert Rothenberg,
Michael McClimon, and Matthew Horsfall.
6.019 2021-06-13 08:39:14-04:00 America/New_York
- When using "use_package" in PkgVersion, do not eradicate the entire
block of "package NAME BLOCK" syntax! Wow, what a bug...
6.018 2021-04-03 21:07:54-04:00 America/New_York (TRIAL RELEASE)
- require perl v5.20.0, now seven years old
- add Test::CleanNamespaces, clean all namespaces
- add the same boilerplate of version/pragma/features to every module
- colorize logger prefix when running in a terminal
6.017 2020-11-02 19:30:21-05:00 America/New_York
- replace broken 6.016, released from a confused git repo
6.016 2020-11-02 19:27:18-05:00 America/New_York (TRIAL RELEASE)
- the test generated by [MetaTests] is now an author test, not a
release test (thanks, Karen Etheridge)
- UploadToCPAN will now retry (thanks, PERLANCAR)
- some bug fixes for msys (thanks, Håkon Hægland)
2021-10-02 14:42:00 +02:00
|
|
|
TEST_DEPENDS+= p5-CPAN-Meta-Check>=0.011:../../devel/p5-CPAN-Meta-Check
|
2020-03-21 15:04:56 +01:00
|
|
|
TEST_DEPENDS+= p5-File-ShareDir-Install>=0.03:../../devel/p5-File-ShareDir-Install
|
|
|
|
TEST_DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run
|
|
|
|
TEST_DEPENDS+= p5-Log-Log4perl-[0-9]*:../../devel/p5-Log-Log4perl
|
Update to 6.024
Update DEPENDS
Upstream changes:
6.024 2021-08-01 15:38:44-04:00 America/New_York
- pass the dist name to Software::License as the program name
(thanks, Van de Bugger!)
- create the ArchiveBuilder role for building the archive file
(thanks, Graham Ollis!)
6.023 2021-07-06 21:37:37-04:00 America/New_York
- tweak the autoprereqs tests to avoid failing when List::MoreUtils
(which DZ does not actually need) is not installed)
6.022 2021-06-27 21:36:53-04:00 America/New_York
- remove dependency on Class::Load, which is not used
- bump prereq on PPI to 1.222, which is now used in PkgVersion
(thanks, Dan Book and Sven Kirmess)
6.021 2021-06-27 21:31:21-04:00 America/New_York
- [ broken release, don't bother ]
6.020 2021-06-14 12:16:09-04:00 America/New_York
- The log colorization code was trying to use 24-bit color even when
the installed Term::ANSIColor couldn't support it. This has been
fixed by requiring Term::ANSIColor v5. Thanks, Robert Rothenberg,
Michael McClimon, and Matthew Horsfall.
6.019 2021-06-13 08:39:14-04:00 America/New_York
- When using "use_package" in PkgVersion, do not eradicate the entire
block of "package NAME BLOCK" syntax! Wow, what a bug...
6.018 2021-04-03 21:07:54-04:00 America/New_York (TRIAL RELEASE)
- require perl v5.20.0, now seven years old
- add Test::CleanNamespaces, clean all namespaces
- add the same boilerplate of version/pragma/features to every module
- colorize logger prefix when running in a terminal
6.017 2020-11-02 19:30:21-05:00 America/New_York
- replace broken 6.016, released from a confused git repo
6.016 2020-11-02 19:27:18-05:00 America/New_York (TRIAL RELEASE)
- the test generated by [MetaTests] is now an author test, not a
release test (thanks, Karen Etheridge)
- UploadToCPAN will now retry (thanks, PERLANCAR)
- some bug fixes for msys (thanks, Håkon Hægland)
2021-10-02 14:42:00 +02:00
|
|
|
TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
|
2020-03-21 15:04:56 +01:00
|
|
|
TEST_DEPENDS+= p5-Test-FailWarnings-[0-9]*:../../devel/p5-Test-FailWarnings
|
|
|
|
TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
|
|
|
|
TEST_DEPENDS+= p5-Test-File-ShareDir-[0-9]*:../../devel/p5-Test-File-ShareDir
|
|
|
|
TEST_DEPENDS+= p5-Scalar-List-Utils>=1.45:../../devel/p5-Scalar-List-Utils
|
|
|
|
TEST_DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
|
2016-06-09 14:10:07 +02:00
|
|
|
|
2012-07-05 19:13:54 +02:00
|
|
|
PERL5_PACKLIST= auto/Dist/Zilla/.packlist
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|