Revision history for Dist-Zilla

4.200008 2011-06-23 11:53:56 America/New_York

PodVersion no longer drops the file's last newline

listdeps now includes recommended prereqs as well as required

4.200007 2011-06-01 21:52:00 America/New_York

always numify the version use in "use VERSION" in Makefile.PL

4.200006 2011-04-28 21:14:04 America/New_York

          MakeMaker-generated Makefile.PL now only has configure_requires of
          6.30 so dists can be installed on RHEL5

          improve consistency and options of *_TESTING env vars (Apocalypse)

          improve FileFinder-related documentation (thanks, Apocalypse)

          add a default file finder called :IncModules (thanks, Apocalypse)

          add a default file finder called :MainModule (thanks, Mateu X.
          Hunter)

          phase for named Prereqs defaults to Runtime if omitted (Jonathan Yu)

          extract the *Runner role implementations from ModuleBuild to
          Role::BuildPL (Leon Timmermans)

4.200005 2011-04-25 12:20:59 America/New_York

provide actual name of releaser(s) in ConfirmRelease

error message if "dzil run" is run without a command to run

some minor refactoring in listdeps (Jon Rockway)

listdeps can now skip already-met prereqs (Jesse Luehrs)

authordeps now skips plugins under inc:: (Jesse Luehrs)

authordeps now scans for "; authordep" comments

4.200004 2011-02-11 16:17:37 America/New_York

Add Tests for Config::MVP 2.200 changes. ( Kent Fredric )

          MetaNoIndex, originally by J.T. Smith and Mark Gardner, is now
          included

4.200003 2011-02-06 21:37:45 America/New_York

avoid test failures on systems where time zone can't be determined

4.200002 2011-02-04 18:02:16 America/New_York

Test::DZil is now installed and available to other dist

4.200001 2011-01-19 21:59:18 America/New_York

add --author to listdeps (Jesse Luehrs)

better logging and error messages (Dave Rolsky, Jesse Luehrs)

get abstract from main module more reliably (David Golden)

4.200000 2010-12-13 12:25:38 America/New_York

bump version to be easier to skim, until v5

4.102346 2010-12-11 13:19:08 America/New_York

make errors during TextTemplate rendering fatal (thanks, Dave Rolsky)

          provide MakeMaker::Runner if you want to provide your own Makefile.PL
          (thanks, Florian Ragwitz)

4.102345 2010-11-20 21:28:01 America/New_York

add somewhat obscure missing prereq

4.102344 2010-11-19 19:34:21 America/New_York

          PruneCruft now prunes XS-related and build files:
          blib, pm_to_blib, .o, .bs, and .c files generated from .xs files

          PkgVersion now include a "TRIAL" comment for trial dists

          :InstallModules finder will now include main_modules, even if it was
          not otherwise found as a .pm in ./lib

4.102343 2010-11-09 07:49:50 America/New_York

          private packages in PkgVersion can have comments after 'package'
          before a newline (David Golden)

          PruneFiles now accepts regex via the "match" parameter (thanks,
          Nickolay Platonov)

          Test chrome can be given canned responses to expected prompts
          (thanks, Christopher J. Madsen)

          version strings now checked against LaxVersionStr type in
          PkgVersion, rather than our own regex

4.102342 2010-10-14 23:28:20 America/New_York

          Improved diagnostics for various 'main_module could not be found'
          conditions. ( Kent Fredric )

          Improved diagnostics for apparently missing plugins (thanks, David
          Golden)

          add --missing to authordeps (thanks, Danijel Tasov)

4.102341 2010-09-17 19:14:41 America/New_York

          ANNOYANCES: [AutoPrereq] and [Prereq] will now complain that you
          should be using [AutoPrereqs] and [Prereqs];  the irregularly named
          plugins will be removed in Dist-Zilla v5

          add the "authordeps" command

          avoid clobbering PERL5LIB env var when building

          add "append_file" parameter to DistINI plugin

          add "except" parameter to PruneCruft

4.102340 2010-08-22 15:47:51 America/New_York

          add files to archive in name-length order (thanks, Jonathan Scott
          Duff)

          improve permissions of created files on Win32 (thanks, Curtis Jewell)

          do not clobber PERL5LIB during build (thanks, John Napiorkowski)

4.102221 2010-08-10 11:35:00 America/New_York

          use the new "mute" feature of Log::Dispatchouli to simplify listdeps
          make TextTemplate rendering errors fatal
          document the changes made in 4.102220

4.102220 2010-08-10 07:46:27 America/New_York

pass a $dist var to TemplateModule templates

4.101900 2010-07-09 09:05:25 America/New_York

add a "subdir" directory to UploadToCPAN

4.101880 2010-07-07 09:25:41 America/New_York

stop being so pushy about running dzil setup (reported by AVAR)

          dzil setup will not die if ~/.dzil does not exist (reported by David
          Golden)

4.101831 2010-07-02 18:33:58 America/New_York

          correctly apply another patch from LA.pm that had been misapplied
          earlier

4.101830 2010-07-02 10:27:24 America/New_York

remove the internal-only VersionBootstrap plugin; no longer needed

fix a bad logging call in global config setup (LA.pm)

tweak to allow tests to pass on 5.8.7 and earlier

4.101812 2010-06-30 23:02:15 America/New_York

correctly set local global config root variable (Dave Rolsky)

4.101811 2010-06-30 09:51:43 America/New_York

load File::pushd in Minter, where it is needed

4.101810 2010-06-30 09:41:59 America/New_York

internal reorganization of test data

tests should no longer fail if you have personal config in $HOME

4.101801 2010-06-29 21:17:15 America/New_York

rename ClearPrereqs to RemovePrereqs

          the Zilla assembler no longer provides a default zilla_class
          (because doing so had lost any meaning)

          update minter.t to work when not logged in as rjbs to his laptop

4.101800 2010-06-29 10:29:38 America/New_York

during dist minting, ModuleMaker occurs before FileGatherer

ModuleBuild's module_build argument generation is now a method

Dist::Zilla is now an abstract base class, basically

a very basic test for minting, now possible, has been added

          added prune_file method to Dist::Zilla to eliminate the need for
          altering the ->files arrayref directly

          added the ClearPrereqs plugin

          [Prereq] is now called [Prereqs], but [Prereq] will continue to work
          until v6 or v7 or so

4.101780 2010-06-27 14:30:55 America/New_York

          the Chrome role now requires three input methods: prompt_any_key,
          prompt_yn, and prompt_str

          Term and Test chrome now implement the required input methods

          ConfirmRelease now uses Chrome to prompt for input

          `dzil setup` added to create a starting config.ini

4.101740 2010-06-23 22:56:51 America/New_York

fix assembly of local stashes (Jesse Luehrs)

fix PkgVersion and PodVersion to work on scripts (M. Gardner)

add PkgDist plugin for questionable reasons

add MintingProfile, `dzil new -P` (rjbs and SamuraiJack)

add ModuleShareDirs for per-module ShareDir (David Golden)

add the User stash and make author use it by default

ManifestSkip no longer falls back to default MANIFEST.SKIP

minor improvements to documentation and consistency of code layout

4.101612 2010-06-10 12:12:00 America/New_York

          The PAUSE indexer will not be pleased. The 4.101610 PkgVersion
          changes are entirely reverted.

4.101611 2010-06-10 11:37:52 America/New_York

          added nonsensical $VERSION = $VERSION to appease the PAUSE indexer
          and other garbage code that evals a single line to guess at the
          version's value

4.101610 2010-06-10 10:01:37 America/New_York

          Fix Win32 \r\n emission. \r\n is only emitted now if its there in
          the original code. Tests included to make sure DZil doesn't sufer
          the problem under itself on windows. (Kent Fredric)

          Fix Tar permissions. (Kent Fredric, stolen from Module::Build)

          @Filter can now pass arguments along to the filter if you use a new
          dash-prefix config convention.  Consult its documentation for more
          information.  (Florian Ragwitz)

          PkgVersion now adds the version assignment to the same line as the
          package declaration to avoid altering line numbering.  (David
          Golden)

4.101582 2010-06-07 18:23:04 America/New_York

improve tests to work with new CPAN::Meta

fix incorrect type constraint in UploadToCPAN

4.101580 2010-06-07 10:21:51 America/New_York

make UploadToCPAN look at the right stash by default

4.101570 2010-06-06 23:36:58 America/New_York

validate distmeta before writing to disk

changes to Dist-Zilla's distribution metadata to validate

4.101550 2010-06-04 11:16:13 America/New_York

a number of minor changes to documentation

a few improvements to use of type constraints in Zilla.pm

some methods that were undocumented have been _-prefixed

ModuleBuild now turns on recursive_test_files unconditionally

          the install_command argument to $zilla->install should now be an
          arrayref

          suppressed a stringifying-undef warning when using UploadToCPAN

          no longer try to compose an obsolete Dist::Zilla::Config role

4.101540 2010-06-03 23:52:52 America/New_York

INCOMPATIBLE CHANGES:

New global config system!

          Your ~/.dzil/config.ini is now broken.  Running `dzil` should tell
          you how to fix it.  Probably just replace [!release] with [%PAUSE]
          and delete everything else.  Hope that helps!

          Major refactoring of our use of Config::MVP; this probably won't
          break anything unless you wrote your own config readers, which I'm
          pretty sure you haven't done!

          config parameters beginning with a colon are not passed to plugins
          (this should not really affect anyone)

          OTHER CHANGES:

          plugins are now registered as soon as their config section has been
          read

          Dist::Zilla::Role::Stash has been added

          :version can now be passed as a config section value to require that
          the config's package be of the specified version

          reserved config property names (plugin_name, zilla) are now fatal
          during config read rather than plugin instantiation

          core license attrs will look in the %Rights stash for defaults

          `dzil new` will work if you have no configured profiles

          generated Makefile.PL no longer has trailing spaces (Florian Ragwitz)

          Document 'user' parameter for :FakeRelease (Kent Fredric)

          will probably work just fine on Win32 now!

3.101520 2010-06-01 11:50:16 America/New_York

unixify all gathered filenames (Christian Walde)

ModuleBuild can use a custom M::B class (David Golden, Dave Rolsky)

set release_status distmeta based on is_trial (Apocalypse)

          PkgVersion ignores packages which have a newline between the package
          keyword and the package name (Dave Rolsky)

          add version to :ExecFiles (scripts) as well as libraries with
          PkgVersion and PodVersion

          added --in option to the 'build' command (Marcel Gruenauer)

3.101461 2010-05-26 22:34:18 America/New_York

3.101460 2010-05-26 08:14:23 America/New_York

note required version of Config::MVP::Reader::INI

require a newer CPAN::Meta::Converter for laxer url validation

3.101450 2010-05-25 18:18:09 America/New_York

compatibility with Config::MVP v1

merge test requires into build requires for MakeMaker

require a newer CPAN::Meta::Converter for custom key downgrades

3.101421 2010-05-22 20:48:10 America/New_York

note the new version of CPAN::Meta::Converter required

3.101410 2010-05-21 22:17:44 America/New_York

cope with newest Config::MVP

3.101400 2010-05-20 11:30:41 America/New_York

ModuleBuild now uses $^X to run Build (Christian Walde)

          MakeMaker now uses the "make" program found in Config (Christian
          Walde)

3.101390 2010-05-19 09:15:32 America/New_York

INCOMPATIBLE CHANGES:

the as_distmeta method of Prereqs is removed

the ->prereq method on Dist::Zilla is gone (only prereqs remains)

          distmeta is managed by CPAN::Meta, which expects v2 spec data by
          default

          most Dist::Zilla::Types are gone, now in MooseX::Types::Perl

          OTHER CHANGES:

          META.json and META.yml are now produced by CPAN::Meta

          Dist::Zilla::Prereqs now proxies for CPAN::Meta::Prereqs

          MetaResources supports CPAN Meta Spec version 2, but still works
            with old-style resources as well (Dave Rolsky)

          quote filenames with spaces in MANIFEST (Dave Rolsky)

          Manifest plugin is now a FileGatherer, not an InstallTool

          attempted a fix for `dzil install` on Win32 (RT #57404)

2.101310 2010-05-11 09:02:45 America/New_York

          update_filename arg added to NextRelease
          `dzil new` can now be given a module name instead of dist name
          PkgVersion will only declare $VERSION once per package in a file

2.101290 2010-05-09 18:43:02 America/New_York

          added GatherDir::Template (for use in dzil new profiles)
          GatherDir will skip dot-dirs when excluding dotfiles

2.101241 2010-05-04 22:51:31 America/New_York

tests should now pass on Win32

          (these changes all thanks to APOCAL)
          add GenerateFile plugin
          make PodSyntaxTests require a newer, less-broken Test::Pod
          sort and indent keys of args written to Makefile.PL and Build.PL
          add %n and %t for \n and \t to NextRelease

2.101240 2010-05-04 07:46:47 America/New_York

remove a 5.12 specific hunk of syntax (...) (thanks, BRICAS)

2.101230 2010-05-03 23:42:27 America/New_York

NextRelease now has a time_zone parameter (thanks, APOCAL)

          add a `dzil listdeps` command based on MARCEL's work (thanks, Robin
            Smidsrød)

          the new `dzil new` does stuff, but is not documented

          add a "user" parameter to FakeRelease (David Golden)

          minor documentation improvements here and there

2.101170 2010-04-27 09:59:11 America/New_York

fix a bug that broke dists with multiple - in their name

2.101160 2010-04-26 19:51:52 America/New_York

`dzil new` now does nothing and says so

dzil commands will not create a zilla object just for logging

easy bundles will less often create names with @@ in them

2.101151 2010-04-25 23:40:28 America/New_York

GatherDir and PruneCruft now both have verbose log output

          the App config system has been moved and made non-public; it was
          crazy and awful

          version numbers are not validated by version.pm, not my own dumb
          regex

          `dzil clean` no longer removes backup~ files (sorry, jq)

          TestRelease is better about picking a build location (Christopher J.
          Madsen)

          better BUILD_REQUIRES treatment on ancient installer-side EU:MM
          (David Golden)

2.101150 2010-04-25 11:52:11 America/New_York

          when duplicate files are added, report plugin_names with pkg/line
          add missing version on String::RewritePrefix usage (Andrew Rodland)
          more tweaking to how Chrome works

2.101040 2010-04-14 11:54:45 America/New_York

          added PluginBundle::Easy role (from Christopher J. Madsen)
          changed @Basic and @Classic to use PluginBundle::Easy

2.100991 2010-04-09 22:42:49 America/New_York

          correct the 2.100990 release, which was broken in all $VERSION nums
          add debug output to many more plugins
          improve the -v switch to allow substrings (\bNAME\b) to match

2.100990 2010-04-09 10:12:06 America/New_York

fix Pod errors in @Classic (thanks Ævar)

2.100960 2010-04-06 17:00:26 America/New_York

          added @Basic, more suitable for basic use than @Classic
          delegate logging to the Dist::Zilla::App object
          the controller attribute is now called "chrome"; this should last
          replace File::chdir with File::pushd (David Golden)

2.100922 2010-04-02 18:53:55 America/New_York

BuildRunner and TestRunner routines now must die, not return errors

          added TestRelease plugin (from Christopher J. Madsen)
          refactored run_tests_in out of the test method

2.100921 2010-04-02 16:04:57 America/New_York

add the missing ->ensure_built method

2.100920 2010-04-02 10:45:45 America/New_York

          BeforeArchive plugins introduced (thanks, Graham Barr)
          PkgVersion now puts version declaration in a BEGIN block
          fix required version of Config::MVP
          include recommendations in distmeta

2.100880 2010-03-29 10:00:20 America/New_York

first non-dev release of version 2

2.100870 2010-03-28 17:07:24 America/New_York

2.100862 2010-03-27 13:32:01 America/New_York

2.100861 2010-03-27 13:17:23 America/New_York

INCOMPATIBLE CHANGES:

the AllFiles plugin is now known as GatherDir

the InstallDirs plugin has been replaced by ExecDir and ShareDir

          the PodTests plugin has been replaced by PodCoverageTests and
          PodSyntaxTests

          the FixedPrereq role is replaced with PrereqSource

          OTHER CHANGES:

          numerous improvements to testing libraries
          ...and numerous actual tests!

          added include_dotfiles option to GatherDir
          allow relative root directory for GatherDir

          AutoPrereq is now distributed with Dist::Zilla

          AutoPrereq will make requirements only found in ./t "build_requires"

          ConfirmRelease plugin added and made part of @Classic (dagolden)

          MakeMaker-produced Makefile.PL will produce warnings less often

          MakeMaker-produced Makefile.PL will require v6.31 for INSTALL_BASE

          Prereq plugin can target config_requires, build_requires, etc

          dzil takes -v arg to enable debugging globally or per-plugin

          PkgVersion now adds a fully-qualified $VERSION variables, not 'our'

          PruneCruft prunes MYMETA.yml

          add 'dzil nop' command to initialize zilla object and exit

1.100711 2010-03-12 12:51:55 America/New_York

remove bogus attempt to load obsolete DZ::Logger::Global

1.100710 2010-03-12 09:58:10 America/New_York

huge update to logging system; uses Log::Dispatchouli::Proxy

          UploadToCPAN, FakeRelease now log via the standard logger
          App::Cmd layer'Zilla is shared between commands

          bump up some prereqs to avoid bugs fixed upstream

          HIGHLY EXPERIMENTAL: first pass at testing systems

1.100660 2010-03-07 07:56:30 America/New_York

Global logger handles log_fatal correctly

1.100651 2010-03-06 23:18:54 America/New_York

          improve how plugin and pluginbundle names are generated and reported
          improve logging to make it clear what is logging what
          add a -v switch to dzil to allow "verbose" logging

1.100650 2010-03-06 11:46:23 America/New_York

          add some missing prereqs
          now configured with @RJBS rather than custom set of plugins

1.100630 2010-03-03 22:23:21 America/New_York

          the log method now uses a pluggable logger, defaulting to
            Log::Dispatchouli
          plugins now log with a useful prefix to indicate what is logging

          prerequisites are now managed by Dist::Zilla::Prereq
          complex prereqs (a la Version::Requirement) are possible

1.100600 2010-03-01 08:19:06 America/New_York

          the File role provides a mode attribute; files are chmodded on write
          the mode attribute may not be world-writeable
          files gathered by AllFiles will have their on-disk mode &= 0755

1.100520 2010-02-21 15:53:39 America/New_York

MakeMaker plugin correctly requires the right version of perl again

1.100160 2010-01-16 15:37:29 America/New_York

require File::Install::ShareDir if needed for Makefile.PL share

1.100130 2010-01-13 08:18:29 America/New_York

          the args used in generated Build.PL or Makefile.PL are now mostly
          generated by Data::Dumper instead of interpolation and quotemeta

1.100120 2010-01-12 18:40:00 America/New_York

          add 'dzil run' and BuildRunner (Jérôme Quelin)
          improve behavior of 'dzil clean' with backup files (Jérôme Quelin)
          dzil takes an -I option (Jérôme Quelin)
          InstallDirs can now provide File::ShareDir-style installs (rjbs,
            Jérôme Quelin, nperez)
          Role::File now requires a content method (rjbs)
          eliminate stupid noise spewed during 'dzil new' (rjbs)

1.093400 2009-12-06 13:56:09 America/New_York

declare dependency on PPI introduced by 1.093370

1.093371 2009-12-03 18:45:11 America/New_York

1.093370 2009-12-03 18:42:30 America/New_York

PruneFiles now works... for real; only "filenames" works

1.093370 2009-12-03 18:17:16 America/New_York

          PruneFiles now works; the documented args for PruneFiles were wrong
          PkgVersion now uses PPI to insert $VERSION; avoids many false inserts
          Fix regression where failing tests still cleaned up the build dir.
            ( Kent Fredric )

1.093290 2009-11-25 14:45:45 America/New_York

switch from String::Format to String::Formatter

1.093280 2009-11-24 11:24:52 America/New_York

          include META.yml again for now
          look at ~/.pause for upload config if it isn't in ~/.dzil/config

1.093250 2009-11-21 14:14:20 America/New_York

refactor !release

1.093220 2009-11-18 08:15:20 America/New_York

          Module::Build now injects version deps in build_requires and
          configure_requires, hopefully solving issues with version-upgrades.
          new role BeforeRelease (Jérôme Quelin)
          new role AfterRelease  (Jérôme Quelin)
          default format for AutoVersion plugin changed (Jérôme Quelin)
          NextRelease plugin updates changelog after release
          new plugin FakeRelease (Jérôme Quelin)

1.093160 2009-11-12

          make TextTemplate use fill_this_in to avoid
            https://rt.cpan.org/Ticket/Display.html?id=51473

1.093140 2009-11-10

          add the FileFinder role
          "dzil test" will exit non-zero if tests fail

          Split Test into plugins and have a pluggable test system.
            ( Kent Fredric )

1.093000 2009-10-26

          require a newer Moose to avoid a few composition errors in older
          Moose versions

1.092990 2009-10-26

most of Dist::Zilla::Config has been moved to Config::MVP::Reader

          THIS WILL BREAK BUNDLES:  bundles are now passed a hashref describing
          the contents of the Config::MVP::Sequence configuring them, not just
          the payload

1.092930 2009-10-20

rebuild documentation with new PodPurler

1.092850 2009-10-11

          correct logic that finds tests to run
          improve detection and use of main_module name (C. Madsen)
          stop adding versions to test files (doy)

1.092680 2009-09-25

          improve error when main_module isn't found (Christopher J. Madsen)
          rework version generation to be as lazy as possible (C. Madsen)
          add a ->distmeta attribute in which metadata is collected (C. Madsen)
          recognize more kinds of version declaration (Nicholas Perez)
          fix documentation refering to ~/.dzil/config,
            now in ~/.dzil/config.ini ( Kent Fredric )

1.092450 2009-09-02

fix a bug in config loading for 'dzil' command (melo)

1.092400 2009-08-28

          require App::Cmd 0.300 (currently in dev)
          fix prereq for Config::MVP

1.092390 2009-08-27

do not break on config sections for non-moosey (app) plugins

1.092360 2009-08-24

          all config readers must now produce MVP sequences
          the AutoVersion plugin now allows you to specify a time zone

1.092310 2009-08-18

          documentation for the 'dzil' commands (Kent Fredric)
          restore the workingness of ~/.dzil and ~/.dzil/config

1.092200 2009-08-07

include ./xt files in shipped dist

1.092070 2009-07-27

          *** MIGHT VERY WELL BREAK YOUR BUNDLES ***
          major revamp of configuration subsystem, including pluggable config
          readers and the new, highly-experimental and probably-stupid Perl
          config reader

1.091940 2009-07-12

          fix version number of EUMM required to use LICENSE param
          ( https://rt.cpan.org/Public/Bug/Display.html?id=47817 )

1.091610 2009-06-09

          up the required Pod::Eventual
          tweak detection of Perl files by content (Jérôme Quelin)

1.091480 2009-05-28 13:59:35 UTC

fix abstract-guessing to work with new Pod::Eventual

1.091440 2009-05-24 18:01:51 UTC

          more quotemeta in generated code
          add namespace::autoclean (Florian Ragwitz)
          remove unnecessary dep on MX::ClassAttribute (Florian Ragwitz)
          break type declarations into their own library (Florian Ragwitz)

1.091430 2009-05-23 01:48:20 UTC

          add meta-spec entry to metafiles (thanks, doy)
          generate MetaYAML with YAML::Tiny

1.091370 2009-05-17

          MetaJSON added
          MetaYaml is now MetaYAML

1.091260 2009-05-06

correct naming of plugins brought in by @Classic

1.091250 2009-05-05

          add AutoVersion plugin
          avoid some warnings when making immutable
          improved some documentation

1.007     2009-04-21
          add MetaProvider role and MetaResources plugin
            inspired by the work of Fayland Lam

1.006     2009-04-18
          fix a small context error that broke 'dzil install' in some cases

1.005     2009-04-18
          numerous documentation fixes and minor bug fixes
          added 'dzil install'
          thanks to: hdp, sartak, Florian Ragwitz, alexv, obra
          TODO: proper credits file

1.004     2008-10-14
          do not barf if there's no dzil config (thanks, ILMARI)

1.003     2008-10-13
          add "dzil new" to create a new dist.ini, etc
          add "dzil release" to upload to the CPAN
          both of these commands are really sketchy right now

          use String::Flogger for log output rewriting

1.002     2008-10-07
          add missing prereqs

1.001     2008-10-07
          add missing prereqs

1.000     2008-10-06
          alright, let's just release this thing, even if it's only half baked.
          well... maybe more like unbaked

0.005     ?
          allow alternate configuration readers
          begin the long, hateful process of testing LOTS of existing code
          some changes to AllFiles to allow more rewriting; for Data-Rx

0.004     2008-06-10
          fairly complete documentation

0.003     2008-06-06
          going to use this to build a bunch of stuff!