[libdist-zilla-plugins-cjm-perl] branch master updated (9c6a5b9 -> 61ddfb9)

gregor herrmann gregoa at debian.org
Mon Sep 15 18:06:32 UTC 2014


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

gregoa pushed a change to branch master
in repository libdist-zilla-plugins-cjm-perl.

      from  9c6a5b9   update changelog
       new  d1307a5   Add debian/upstream/metadata
       new  7185c49   Update debian/changelog
      adds  0aa0b1d   Created CJMVersion & VersionFromModule plugins
      adds  dc2887d   Added Dist::Zilla::Role::ModuleInfo   Changed CJMVersion & VersionFromModule to use it
      adds  6af2114   Renamed DZP::CJMVersion to DZP::TemplateCJM
      adds  6eaf88d   Now processes all POD sections as templates   The VERSION section is no longer special   Removed format attribute   Removed pod_VERSION_template Added changelog attribute
      adds  e2ea30e   Make errors in templates fatal   Added template_error, _cur_filename, _cur_content, & _cur_offset   Added patch to enable STRICT checking in Text::Template
      adds  46d2da6   Change get_module_info to use a temporary directory   Module::Build::ModuleInfo expects the filename to match the package name Added documentation
      adds  451d108   Added documentation Added sanity check to VersionFromModule (make sure we got a version)
      adds  beb163c   Added PodLoom plugin
      adds  4fa9a93   loom should have no init_arg
      adds  14b3a38   Need to stringify version object
      adds  90fe799   Added dist.ini   Use PodLoom for documentation   Added placeholder DZ::PluginBundle::CJM
      adds  36f6d40   Mention that you only want one VersionProvider
      adds  2291704   PodLoom can now read data from file   Added documentation
      adds  2676e3f   Use TemplateCJM when creating this dist
      adds  3661f4b   Pass repository from distmeta to Pod::Loom
      adds  14f969e   Configure Pod::Loom to sort entries
      adds  ca1c187   Added Repository plugin to dist.ini
      adds  966583b   Added notes about Template_strict.patch
      adds  eea7793   Updated Changes for 0.01 release on October 11, 2009
      adds  0fc9b2f   Set distribution abstract in dist.ini
      adds  bcda0ab   Added /.build/ to .gitignore
      adds  e0bf10b   Added POD tests   Incremented bundle version to 0.02
      adds  387112c   PodLoom defines abstract, module, & version only if found   Incremented PodLoom version to 0.02
      adds  59065c1   Use MatchManifest plugin instead of Manifest
      adds  80b57a4   Updated version of TemplateCJM & VersionFromModule to 0.02   No actual changes, just Pod::Coverage notes
      adds  0acc706   Added GitVersionCheckCJM
      adds  d58803f   Use diff-index & ls-files instead of trying to parse status output
      adds  babdeb4   TemplateCJM now processes comments at BOL
      adds  d4f5c54   Added comments
      adds  54d4254   Added Dist::Zilla::Plugin::ArchiveRelease
      adds  50c8bf5   Added "This file is part of dist version" comments
      adds  0835810   Use the plugin's log method so the plugin name appears in the log
      adds  cea8bc9   Add Dist/Zilla/Plugin/ArchiveRelease.pm to MANIFEST
      adds  33f70f3   Use UploadToCPAN & ArchiveRelease plugins
      adds  10716a0   Updated Changes for March 7, 2010 release of 0.02
      adds  2d59132   Shortened log message for ArchiveRelease
      adds  a5241b2   Fix Template_strict.patch to handle scalar refs properly
      adds  bdd990e   Added Dist::Zilla::Plugin::CustomModuleBuild
      adds  16b898a   Added get_meta & get_prereqs
      adds  122db77   Fix get_meta to work with distmeta values that aren't hashrefs
      adds  7e15565   Make TemplateCJM an InstallTool instead of a FileMunger
      adds  26d92dc   Added the dependency_link method to TemplateCJM
      adds  922e184   Documented CustomModuleBuild
      adds  c4f343a   Added the dependency_list method to TemplateCJM
      adds  45100c4   Changed delimiters from #{{ #}} to ##{ ##}
      adds  e212bd9   Added README & README.md
      adds  09cbf6e   Renamed CustomModuleBuild to ModuleBuild::Custom
      adds  5eaf3e0   Added some log_debug calls
      adds  9cd6e6b   Updated MANIFEST
      adds  a3fa7f0   Added a BeforeRelease check to TemplateCJM to ensure the release date is not just an uppercase word
      adds  5e47f1f   Added @Git plugin bundle
      adds  92e29a8   Updated Changes for March 16, 2010 release of 0.03
      adds  92fd123   Converted dist.ini to dzil 2
      adds  ef57789   Added CompileTests plugin
      adds  49458c5   Added before_release to ArchiveRelease
      adds  f85144c   Mention that ModuleBuild::Custom doesn't support a compatibility Makefile.PL   Incremented version of ModuleBuild::Custom to 0.04
      adds  4955237   Updated Changes for March 29, 2010 release of 0.04
      adds  e77c0ce   Added TestRelease
      adds  57449e1   Added run_additional_tests method (for subclasses)
      adds  4c8ff8d   Use custom CompileTests so we can skip if Git is missing
      adds  daf6421   Added SYNOPSIS
      adds  5762045   Removed Dist::Zilla::Plugin::TestRelease from maint branch
      adds  120bd2d   Updated Changes for March 30, 2010 release of 0.05
      adds  53e8fa2   prune archived releases from dist files
      adds  48e2ceb   Merge branch 'master' of git://github.com/mschout/dist-zilla-pluginbundle-cjm
      adds  0b79030   Made GitVersionCheckCJM & TemplateCJM FileFinderUsers   Incremented versions to 0.06
      adds  0a36cd6   Pod::Coverage for prune_files
      adds  cf4f4c7   Added arcrel.t and supporting files
      adds  ab5d690   Simplified prune_files
      adds  20af945   Updated Changes for April 1, 2010 release of 0.06
      adds  9c3b949   Test the archiving part of ArchiveRelease
      adds  084177b   Added template.t, vermod.t, and supporting files
      adds  108bbf4   Incremented bundle version to 0.07 for release with new tests
      adds  d68b921   Document that ArchiveRelease is a FilePruner
      adds  48e7c90   added the build_instructions method to TemplateCJM   Incremented version to 0.08
      adds  1ef6a70   The plugins are no longer distributed with @CJM   PodLoom now distributed separately, in Dist-Zilla-Plugin-PodLoom   Incremented all versions to 0.08
      adds  0e0bbd3   In templates, {{$changes}} no longer ends with a newline
      adds  179080f   Make log messages less likely to wrap
      adds  092cdf9   CompileTests needs to come after @CJM
      adds  b75dbd4   Updated Changes for April 14, 2010 release of 0.08
      adds  7b79b99   ArchiveRelease supports ~ to mean home directory (fixes RT#56433)
      adds  8443abe   Updated Changes for April 15, 2010 release of 0.09
      adds  99bfa51   Fixed TemplateCJM to be compatible with Dist::Zilla 3
      adds  dec6811   Updated Changes for May 22, 2010 release of 3.00
      adds  9c104cd   Fixed ModuleBuild::Custom to work with Dist::Zilla 3
      adds  7161f98   Added mb_custom.t
      adds  fba66af   Use File::Copy::move in ArchiveRelease (RT#59288)
      adds  8a8e628   Updated Changes for August 9, 2010 release of 3.01
      adds  603a799   @CJM now generates META.json
      adds  ec3a85d   Need Test::More 0.88 for done_testing
      adds  7210390   Complain if a module's version exceeds the dist's version
      adds  c7046ca   Added gitvercheck.t
      adds  bf30963   Use Git::Wrapper instead of Git in GitVersionCheckCJM
      adds  025ad11   Updated Changes for November 11, 2010 release of 3.02
      adds  3057481   TemplateCJM: Only process comments that contain a {{ }} pair.
      adds  dd8514e   Added Metadata (and metadata.t)
      adds  8cf21d2   Updated Changes for December 7, 2010 release of 3.03
      adds  52f1ef5   Localize punctuation vars in ModuleInfo, just in case
      adds  6d55e7e   Changed ModuleInfo to use Module::Metadata
      adds  017b56a   Updated Changes for December 20, 2010 release of 3.04
      adds  2c39c07   Fix TemplateCJM::dependency_list to handle no dependencies
      adds  820b738   Added get_default method to ModuleBuild::Custom
      adds  eaaa540   Make GitVersionCheckCJM's debug log more verbose
      adds  8a8e023   Updated Changes for May 5, 2011 release of 3.05
      adds  f1ba8b9   Set a fake home directory to avoid user's config
      adds  4ea906e   Convert tests to use Test::DZil
      adds  2d8a17b   Switch to @Author::CJM bundle
      adds  b6cc443   Log debug information in GitVersionCheckCJM
      adds  6e09bd9   Add changelog_re to TemplateCJM
      adds  1874803   Add RecommendedPrereqs plugin
      adds  6296448   Updated Changes for November 1, 2011 release of 4.00
      adds  045a8bd   Fixed buggy diagnostics in gitvercheck.t
      adds  077a05f   Updated Changes for November 2, 2011 release of 4.01
      adds  ea34899   Use "git reset --mixed" after tzil is constructed
      adds  cfc0ece   Updated Changes for November 3, 2011 release of 4.02
      adds  e8024ee   Add Plugin::MakeMaker::Custom & Role::HashDumper
      adds  9e751b4   Add tests for MakeMaker::Custom
      adds  7b7b14b   Add :IncModules & :ExecFiles to default finders for GitVersionCheckCJM
      adds  fda2217   Also prune META.json
      adds  39e2da5   Anchor prune regex
      adds  905f071   Mention XS and the corresponding plugin
      adds  4cfdbba   Don't let RecommendedPrereqs search its own docs
      adds  71ee09b   Updated Changes for November 11, 2011 release of 4.03
      adds  619f644   Add Test::PrereqsFromMeta
      adds  726cd86   Report whether optional prerequisites load
      adds  ca2acbe   Updated Changes for December 12, 2011 release of 4.04
      adds  1712106   Filter runtime recommendations out of test prereqs
      adds  db02778   Updated Changes for December 21, 2011 release of 4.05
      adds  1d8c50f   Use CPAN::Meta::Requirements in RecommendedPrereqs
      adds  bcdbbae   Updated Changes for January 2, 2012 release of 4.06
      adds  3b377a0   Fix typo in docs
      adds  894d1b1   Use improved subclassing features of MakeMaker
      adds  3ca195a   Updated Changes for February 22, 2012 release of 4.07
      adds  5c0c810   Add MakeMaker::Awesome to SEE ALSO
      adds  2ffa6a7   Updated Changes for April 28, 2012 release of 4.08
      adds  24b8395   fix typo in docs
      adds  df1c7f1   Add report_versions attribute to TemplateCJM
      adds  33a6137   log_debug versions if report_versions is false
      adds  8624df3   Updated Changes for June 4, 2012 release of 4.09
      adds  8b53e8a   Normalize Perl version in dependency_list
      adds  8bbbdb8   Test version normalization in dependency_list
      adds  9963cc0   Updated Changes for August 3, 2012 release of 4.10
      adds  97e3992   Make MakeMaker::Custom SYNOPSIS more realistic
      adds  de1216f   Add docs on using M*::Custom with AutoPrereqs
      adds  43f514b   Updated Changes for November 3, 2012 release of 4.11
      adds  4f9fe64   Make TemplateCJM handle pure-POD files
      adds  6d0e309   Add test for TemplateCJM and pure-POD file
      adds  31f3454   Updated Changes for January 12, 2013 release of 4.12
      adds  13a8250   Make GitVersionCheckCJM handle Git::Wrapper 0.028_96
      adds  36be558   Add $api_version to MakeMaker::Custom get_prereqs
      adds  5553965   Add TestRequires to mb_custom.t
      adds  1e3b381   Updated Changes for April 4, 2013 release of 4.13
      adds  cf367c7   Fix test failure in mb_custom.t & mm_custom.t
      adds  09e2c6f   Updated Changes for May 18, 2013 release of 4.14
      adds  9333a23   Add $api_version to ModuleBuild::Custom get_prereqs
      adds  881b950   Clarify docs for MakeMaker::Custom get_prereqs
      adds  0627231   Updated Changes for May 25, 2013 release of 4.15
      adds  3186795   Fix get_prereqs(1) warning in ModuleBuild::Custom
      adds  21d29d1   Updated Changes for June 15, 2013 release of 4.16
      adds  e96699b   Fix precedence issue in Role::ModuleInfo (RT#87277)
      adds  3326ce7   Updated Changes for July 26, 2013 release of 4.17
      adds  6c1b9f7   Split TemplateCJM into its own dist
      adds  b7254d1   Reformat Changes to match spec
      adds  fe5e01a   Fix Test::PrereqsFromMeta to handle empty hash
      adds  620a264   Updated Changes for August 24, 2013 release of 4.20
      adds  95bfbd9   Special case for if.pm in Test::PrereqsFromMeta
      adds  cb0c005   RecommendedPrereqs debug logs each file scanned
      adds  443c92d   Updated Changes for February 22, 2014 release of 4.21
      adds  2a30e71   Use encoded_content in Role::ModuleInfo (RT#94145)
      adds  0cef7bb   Add Latin-1 test for VersionFromModule
      adds  3621af9   Updated Changes for April 5, 2014 release of 4.22
      adds  6bcc4f1   Loosen version requirements in Test::PrereqsFromMeta
      adds  e783e6f   Add --verbose option to Test::PrereqsFromMeta
      adds  9759d5f   Updated Changes for August 16, 2014 release of 4.23
      adds  ae16c38   Imported Upstream version 4.23
       new  76ca053   Merge tag 'upstream/4.23'
       new  9d7c4db   Update debian/changelog
       new  61ddfb9   releasing package libdist-zilla-plugins-cjm-perl version 4.23-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:
 Changes                                       |  6 +++
 META.json                                     | 74 +++++++++++++++++++++++----
 META.yml                                      | 57 +++++++++++++++++----
 Makefile.PL                                   |  2 +-
 README                                        | 10 ++--
 debian/changelog                              |  9 +++-
 debian/upstream/metadata                      |  6 +++
 lib/Dist/Zilla/Plugin/ArchiveRelease.pm       |  6 +--
 lib/Dist/Zilla/Plugin/GitVersionCheckCJM.pm   |  6 +--
 lib/Dist/Zilla/Plugin/MakeMaker/Custom.pm     |  6 +--
 lib/Dist/Zilla/Plugin/Metadata.pm             |  6 +--
 lib/Dist/Zilla/Plugin/ModuleBuild/Custom.pm   |  6 +--
 lib/Dist/Zilla/Plugin/RecommendedPrereqs.pm   |  6 +--
 lib/Dist/Zilla/Plugin/Test/PrereqsFromMeta.pm | 43 ++++++++++------
 lib/Dist/Zilla/Plugin/VersionFromModule.pm    |  6 +--
 lib/Dist/Zilla/Role/HashDumper.pm             |  6 +--
 lib/Dist/Zilla/Role/ModuleInfo.pm             |  6 +--
 t/00-all_prereqs.t                            | 26 ++++++----
 t/00-compile.t                                |  2 +-
 19 files changed, 212 insertions(+), 77 deletions(-)
 create mode 100644 debian/upstream/metadata

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



More information about the Pkg-perl-cvs-commits mailing list