This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch master
in repository libdist-zilla-plugin-run-perl.

      from  5aa2ec9   update changelog
      adds  a7b6118   initial commit
      adds  1fc1692   First working version
      adds  64c1644   v0.001
      adds  cc1da19   Added more hooks
      adds  f4ab451   v0.002
      adds  de5bb1e   Change of API, after suggestion of kentnl
      adds  e1d90b0   Hups...
      adds  59f0bb9   Updated Changes
      adds  ef01d97   v0.003
      adds  5f53666   Changed some POD Abstracts and some POD documentation
      adds  cece50f   v0.004
      adds  4ab5bfa   - accept several "run" config options to run several 
scripts in order - added AfterBuild plugin
      adds  4ccce15   - converted `mvp_multivalue_args` to around modifier to 
avoid composition conflicts - also pass version of distribution to scripts
      adds  49eaac4   - added BeforeBuild plugin
      adds  79ef7c4   - added test coverage for "build" phase
      adds  d7f9d87   - ignore the eclipse project file
      adds  8044c10   v0.005
      adds  9bd3713   removed command exists checking
      adds  8be5ef0   Merged pull request #2 from alnewkirk/master.
      adds  53ad658   v0.005
      adds  340322b   Fixed bangpath
      adds  21fe6aa   v0.006
      adds  e95e8d8   Update Description: no longer restricted to local scripts
      adds  4cc9837   Deprecate no-longer-used 'notexist_fatal' attribute
      adds  8a4fe96   Cache $? value so that other calls don't change it
      adds  f3b20ce   Fix abstract to reference proper phase
      adds  40456e3   Use String::Formatter to customize available variables
      adds  6a73ad8   Use new call_script semantics from plugins
      adds  ad13797   Document format conversions defined for all plugins
      adds  896126a   Document backward-compatible positional parameters (%s)
      adds  6aaaae6   Add new directory of test data to test new functionality
      adds  9870076   Test the basic formatting conversions
      adds  2e710be   Test format conversions (including %s) for all phases
      adds  6178c42   Merge pull request #3 from rwstauner/formatter
      adds  d529782   Declare latest String::Formatter as prerequisite
      adds  190d9de   Explicitly test using duplicate format constants
      adds  2336d9c   v0.007
      adds  034c92d   Print command output incrementally instead of waiting
      adds  3051c93   Retab 3 remaining lines for consistency/ease of viewing
      adds  7dbc5ba   Use the plugin during build so we see it working
      adds  6613448   Mention fixing exit status
      adds  8de0726   v0.008
      adds  b9a9a99   - added the [Run::Test] plugin
      adds  5eb5c00   - some docs
      adds  8d8ab9d   v0.009
      adds  7046720   Merge pull request #5 from SamuraiJack/master
      adds  ea2dccb   Add the %d argument that the test script was expecting
      adds  2ba0426   Change ok() to is() to ease debugging
      adds  afc7c37   Pass and print extra arguments for further testing
      adds  9d557fa   Clarify in the pod that this plugin has no %s
      adds  0529682   Define %p as path separator
      adds  9a28d2d   Convert '/' to '%p' to make test cross-platform
      adds  8f2c633   Binmode test file for accurate test data
      adds  eaf4dec   Localize global var before reassigning
      adds  d3212f0   Show whole value of $? in log message
      adds  b76dbd9   Include a clear example of %p in the synopsis
      adds  4802a31   v0.010
      adds  6258f35   Ensure all codes are tested in each phase (including %a)
      adds  71872f5   Explicitly stringify '%a'
      adds  3916762   v0.011
      adds  51dcee0   Use strict/warnings at the top of each module
      adds  c982631   Remove unused files from t/lib
      adds  a17a82f   Define '%x' => $^X
      adds  179cd81   Fix 'use' statements in tests
      adds  78e5174   Use %x in tests for portability
      adds  70b3213   Mention strict/warnings in Changes
      adds  c259357   Fix broken var usage in tests
      adds  d23d633   Wrap dir arg in quotes for cross-platform testing
      adds  5b6cae9   v0.012
      adds  c2433bf   Fix spelling error
      adds  d5bfccc   v0.013
      adds  8981992   Reorganize formatting code hash for expansion
      adds  b567679   Add Run::AfterMint plugin
      adds  24535a5   Test new AfterMint plugin
      adds  2f23148   v0.014
      adds  3f550fa   Added all examples to the primary page for overview
      adds  6a1a8ca   v0.015
      adds  ddcf424   First implementation of ignore_trial option, sample in 
documentation, no tests yet
      adds  dd2b717   Rename 'ignore_trial' to 'run_no_trial' for clarity
      adds  8f62867   Test 'run_no_trial'
      adds  689642b   Fix is_trial typo
      adds  2f5e243   v0.016
      adds  472e48d   Describe last two releases and use CheckChangesHasContent
      adds  9119553   Don't test for unix path, silly
      adds  d19b9a7   v0.017
      adds  ce58a22   Added run_if_trial run_if_release run_no_release
      adds  8006e0e   Hups, forgot some attributes
      adds  ae8b57c   Someday I will kill the dude who added this dzil plugin ;)
      adds  a1b78b3   v0.018
      adds  d1daa8c   Lazy load $zilla->version and other attributes.
      adds  864acd4   Document lazy vars and credit miyagawa in changelog
      adds  31f9b65   Add ContributorsFromGit and start a .mailmap file
      adds  9b72295   v0.019
      adds  717fa8a   Added .travis.yml, switched to Author::GETTY
      adds  1349561   Updated Changes file
      adds  3c3f13a   v0.020
      adds  45d6e17   New generated .travis.yml
      adds  bd1212f   Tuned author details
      adds  3296d27   Lazy load IPC::Open3
      adds  a055c7f   Lazy load String::Formatter
      adds  8d0db55   Update Changes
      adds  9397142   unravel from [@Author::GETTY]
      adds  07d298d   add blank lines to keep [PkgVersion] happy
      adds  6cf5840   v0.021
      adds  c6f1f09   changelog for change in last release
      adds  955e563   keep CPANTS happy - specify the minimum version of perl 
needed
      adds  ce4fd83   specify dependency on podweaver bundle, and keep develop 
prereqs complete
      adds  5bc2b72   fix "missing" prereq on Test::Pod by keeping release 
tests in xt/
      adds  f68b501   yep, had to do it... converted to my pluginbundle
      adds  cd0a4f7   bring back some release tests and make them pass
      adds  bb7a0f3   add link to mailmap docs
      adds  1420fc9   Dist-Zilla-Plugin-Run-0.022
      adds  ecc822e   also test perl 5.18 (5.20 still isnt built yet)
      adds  c85f911   install all plugins and develop prereqs before doing a 
build
      adds  3a203ee   remove unneeded shebangs
      adds  93025ae   use Path::Tiny as much as possible (everywhere but 
minting)
      adds  9eecf1f   also install develop prereqs - needed for author and 
release tests
      adds  8d15944   install all dependencies with tests and verbosely - it is 
the only way to debug what is going on
      adds  7c8e571   File::Slurp has known issues when testing in parallel
      adds  1a69123   shorten this command
      adds  b4805b4   Only try to install missing plugins and dependencies 
(which ensures versioned prereqs are fulfilled)
      adds  fdecc09   stop being so verbose: travis has a 10000 line limit
      adds  ac5f7d7   disable this plugin - it no longer installs cleanly
      adds  0fd0b3b   fix mislabelled option in pod
      adds  6b0f451   dump configs into dist meta, but use censor_commands = 1 
to bypass
      adds  e39fe5a   now using [Git::Contributors]
      adds  3da35d6   Dist-Zilla-Plugin-Run-0.023
      adds  e3d1251   better diagnostic output on failure
      adds  7a960a2   fix failing test
      adds  2532c6e   whitespace
      adds  55b644e   minor doc tweaks
      adds  41aeb6f   new "eval" option, for executing Perl code
      adds  3a13811   remove unneeded test configurations
      adds  f456734   make tests easier to understand by bringing all their 
support content into one file
      adds  82d1da4   remove dependence on Path::Class APIs
      adds  7c98705   Dist-Zilla-Plugin-Run-0.024-TRIAL
      adds  803f45a   Path::Tiny always uses / -- need to use catdir instead!
      adds  1d8ec15   use *_raw for both reading and writing, to ensure the 
content matches
      adds  d7d2f5e   fix tag regex to handle -TRIAL
      adds  e2ad89e   Dist-Zilla-Plugin-Run-0.025-TRIAL
      adds  48e2ae7   deal with OS-specific paths with Path::Tiny
      adds  e7b5e1d   document why $^X is insufficient
      adds  dfb1b61   
http://matrix.cpantesters.org/?dist=Dist-Zilla-Plugin-Run+0.025-TRIAL shows 133 
passes on 60 configurations, and no failures!
      adds  6e9ad8a   Dist-Zilla-Plugin-Run-0.026
      adds  b05ca68   Add %t to support trial releases
      adds  9403c10   Merge pull request #9 from 
tsibley/trial-formatter-conversion
      adds  15e13e1   changelog for %t feature
      adds  10a8f54   my bundle requires $VERSION to be set
      adds  9b5a3b4   Dist-Zilla-Plugin-Run-0.027
      adds  77bb262   remap my github email address which should not ever have 
been visible
      adds  326f398   make travis tests pass -- skip release tests, which only 
need to pass just before releasing
      adds  8508962   be consistent with what layers are applied when reading, 
writing test files
      adds  9370e35   more diagnostics for test failures
      adds  b8baf9d   leave this file in the dist root
      adds  3f3ea2c   be more clear that we do nothing with the script in this 
test
      adds  e34276b   might as well test all of the output all at once
      adds  f1cb280   replace formatter codes in eval strings
      adds  fd6fe46   fix bad use of shift in eval example
      adds  5a3b78e   adjust the log level of some diagnostic messages
      adds  fbceb91   add missing develop prereqs
      adds  04cea92   Dist-Zilla-Plugin-Run-0.028
      adds  f1a6162   avoid running commands from my bundle that often fail, to 
allow the after-release commands local to our dist to always run
      adds  de8acb3   remove unneeded prereq
      adds  7640f8c   remove extra whitespace
      adds  9a44ee4   convert all timestamps to UTC
      adds  0047ae4   use lower case in log messages
      adds  f1f3cf2   new "fatal_errors" option
      adds  09aaee1   remove unused lib include
      adds  7d743dd   whitespace
      adds  7f09061   Dist-Zilla-Plugin-Run-0.029
      adds  e110708   use perl instead of bash as the external command to test 
$?
      adds  7cf04ca   add a test that runs `moose-outdated`
      adds  4c7ecde   Dist-Zilla-Plugin-Run-0.030
      adds  50f6a0b   can now allow after-release tasks to run again, now that 
the cpanm command uses fatal_errors = 0
      adds  04db809   might as well build this lazily
      adds  61fa412   dump more config variables
      adds  bc08344   only censor all commands on explicit request; otherwise, 
just censor the sensitive ones
      adds  803d87a   $^X is more consistent (RT#101483)
      adds  da8b5e9   Dist-Zilla-Plugin-Run-0.031
      adds  913603b   Don't pass bare %x in argv
      adds  513c77a   changelog for RT#101483 fix
      adds  3a76d81   Dist-Zilla-Plugin-Run-0.032
      adds  4de3ea2   at long last, drop the use of fatal warnings in tests
      adds  2aeefc2   rename call_script, run_cmd and eval_cmd to be clear they 
are private methods
      adds  8578390   return early and outdent this code block
      adds  03edf51   remove pod in internal package
      adds  40fbf46   avoid evaluating built_in until needed
      adds  c55d368   [Run::Clean]
      adds  b94d17f   extract the version properly, when using my latest plugin 
bundle
      adds  2052dbc   Dist-Zilla-Plugin-Run-0.033
      adds  4a5324b   increment $VERSION after release
      adds  5e56549   add extra whitespace around $VERSION
      adds  53f3968   remove configs that are no longer needed
      adds  1bba54f   better way of method-modifying zilla
      adds  3833a27   Dist-Zilla-Plugin-Run-0.034
      adds  8272306   increment $VERSION after release
      adds  5e3d661   canonicalize to correct Getty address
      adds  7c955f3   [Test::CleanNamespaces] is now provided by my plugin 
bundle
      adds  ea4f548   fix vim modeline
      adds  f3d2c7b   use $ENV{TRIAL} instead of is_trial mutator
      adds  c121ada   TRIAL must be set before $tzil is constructed
      adds  d043a97   changelog for is_trial interface change (closes #11)
      adds  6dde0d5   add some keywords to metadata
      adds  3d8b54f   Dist-Zilla-Plugin-Run-0.035
      adds  6320781   increment $VERSION after release
      adds  1ad741e   the plugin always has a defined version now
      adds  d7e9c9e   hardcode the distribution name in Changes, to reduce 
churn on each release
      adds  9820c89   carefully calculate trial status, only as needed, to 
avoid calling other plugins too soon
      adds  c8a4f9b   protect TRIAL and RELEASE_STATUS from interfering with 
tests
      adds  b300cd9   minor test name adjustments
      adds  38fb872   affirm that we work as far back as Moose itself does
      adds  298f7a1   use proper mechanism to find meta, rather than assuming 
it is named meta
      adds  bb0da3c   Dist-Zilla-Plugin-Run-0.036
      adds  55e8d05   increment $VERSION after release
      adds  0a02197   _release_status_from_env was not added until Dist::Zilla 
5.036; assume stable for just 5.035 to avoid dying
      adds  bb3bf1e   be more obvious when we skip past some tests
      adds  c4b067c   label the tests more clearly
      adds  3f4ebe3   Dist-Zilla-Plugin-Run-0.037
      adds  ddd05bb   increment $VERSION after release
      adds  6bc6c34   use a more specific link
      adds  8405b52   use references to eliminate a local variable
      adds  87389b8   new "quiet" option, for not logging the command or its 
outcome
      adds  14547a7   fix the command syntax used in these tests
      adds  9135d1f   ensure JSON::PP is upgraded, to avoid utf8 parse errors
      adds  6d6dc38   Dist-Zilla-Plugin-Run-0.038
      adds  48f562f   increment $VERSION after release
      adds  9a0b39e   do not use subdir in nonexistent directory
      adds  3878f81   switch to my podweaver plugin bundle
      adds  80eb24e   start testing 5.20
      adds  32caba5   fix failures with "perl-in-space" (working directory or 
perl path with whitespace)
      adds  62fefc6   document the order in which things are executed 
(RT#105240)
      adds  6dff31e   prevent variables from being visible to the eval 
command's scope (RT#105243)
      adds  a735fc2   fix vim modeline
      adds  1e07df4   end the code parsing sooner
      adds  22709d9   small doc note about security risks
      adds  045a0c6   Dist-Zilla-Plugin-Run-0.039
      adds  83c8c56   increment $VERSION after 0.039 release
      adds  9d88437   use travis container infrastructure
      adds  0af41fb   canonicalize these dumped bools
      adds  09d4c63   declare these run attributes all together
      adds  3da33fd   tighten these attribute types
      adds  48a049b   quote the versions so the trailing 0 is not lost
      adds  d8dd1cc   refer to the handles by their proper names
      adds  249420e   Dist::Zilla 5.038 no longer requires global_config_root 
to be a Path::Class
      adds  9224a72   use String::Formatter in these strings
      adds  233fd78   if we are dying and never showed the command and its 
output, show it now
      adds  12e989f   this distribution can set x_static_install => 1
      adds  32604d8   Dist-Zilla-Plugin-Run-0.040
      adds  2170e0a   increment $VERSION after 0.040 release
      adds  f067e80   whitespace
      adds  7e127d2   no need to use regexes here
      adds  d2748c0   fix logic for quiet fatal errors - log extra content if 
we *are not* using debug logging
      adds  e53645a   also log the evaluated perl command in case of fatal error
      adds  35af891   Dist-Zilla-Plugin-Run-0.041
      adds  32745f6   increment $VERSION after 0.041 release
      adds  f3abdc0   CR was left behind on MSWin32
      adds  9213913   Dist-Zilla-Plugin-Run-0.042
      adds  dd231cf   Imported Upstream version 0.042
       new  76d8a1a   Merge tag 'upstream/0.042'
       new  319c1f4   Update debian/changelog
       new  047b9ec   Declare compliance with Debian policy 3.9.6
       new  fce3390   Remove empty manpage during installation. Upstream do not 
have manpage.
       new  078fa66   Releasing libdist-zilla-plugin-run-perl version 0.042-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Build.PL                                   |  49 +-
 CONTRIBUTING                               |  20 +-
 Changes                                    | 119 +++--
 INSTALL                                    |   1 -
 MANIFEST                                   |  16 +-
 META.json                                  | 705 +++++++++++++++++++----------
 META.yml                                   | 571 ++++++++++++++---------
 Makefile.PL                                |  47 +-
 README                                     |   4 +-
 debian/changelog                           |  13 +-
 debian/control                             |   2 +-
 debian/rules                               |   7 +
 dist.ini                                   |  16 +-
 lib/Dist/Zilla/Plugin/Run.pm               | 188 +++-----
 lib/Dist/Zilla/Plugin/Run/AfterBuild.pm    |  15 +-
 lib/Dist/Zilla/Plugin/Run/AfterMint.pm     |   8 +-
 lib/Dist/Zilla/Plugin/Run/AfterRelease.pm  |  12 +-
 lib/Dist/Zilla/Plugin/Run/BeforeBuild.pm   |  15 +-
 lib/Dist/Zilla/Plugin/Run/BeforeRelease.pm |  12 +-
 lib/Dist/Zilla/Plugin/Run/Clean.pm         |  99 ++++
 lib/Dist/Zilla/Plugin/Run/Release.pm       |  12 +-
 lib/Dist/Zilla/Plugin/Run/Role/Runner.pm   | 254 +++++------
 lib/Dist/Zilla/Plugin/Run/Test.pm          |   9 +-
 t/00-report-prereqs.dd                     |  65 +--
 t/00-report-prereqs.t                      |  13 +-
 t/10_build_phase.t                         |  49 +-
 t/20_formatter.t                           |  63 ++-
 t/30_all_phases.t                          |  50 +-
 t/40_test_phase.t                          |  14 +-
 t/50_mint.t                                |  20 +-
 t/60_redacted_configs.t                    |  43 +-
 t/70-eval.t                                | 125 ++++-
 t/80-fatal-errors.t                        | 244 ++++++++++
 t/90-clean.t                               | 109 +++++
 t/91-release-status.t                      | 109 +++++
 t/92-quiet.t                               | 234 ++++++++++
 t/93-eval-scopes.t                         |  50 ++
 t/zzz-check-breaks.t                       |  18 +
 test_data/profiles/default/profile.ini     |   4 +-
 weaver.ini                                 |   6 -
 xt/author/00-compile.t                     |  13 +-
 xt/author/{no-tabs.t => eol.t}             |  19 +-
 xt/{release => author}/kwalitee.t          |   0
 xt/author/mojibake.t                       |   9 +
 xt/author/no-tabs.t                        |  15 +-
 xt/author/pod-spell.t                      |  28 +-
 xt/release/changes_has_content.t           |   2 +-
 xt/release/eol.t                           |   8 -
 xt/release/minimum-version.t               |   2 +-
 xt/release/mojibake.t                      |  12 -
 xt/release/portability.t                   |   1 +
 51 files changed, 2481 insertions(+), 1038 deletions(-)
 create mode 100644 lib/Dist/Zilla/Plugin/Run/Clean.pm
 create mode 100644 t/80-fatal-errors.t
 create mode 100644 t/90-clean.t
 create mode 100644 t/91-release-status.t
 create mode 100644 t/92-quiet.t
 create mode 100644 t/93-eval-scopes.t
 create mode 100644 t/zzz-check-breaks.t
 delete mode 100644 weaver.ini
 copy xt/author/{no-tabs.t => eol.t} (71%)
 rename xt/{release => author}/kwalitee.t (100%)
 create mode 100644 xt/author/mojibake.t
 delete mode 100644 xt/release/eol.t
 delete mode 100644 xt/release/mojibake.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-run-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to