[libmoosex-has-sugar-perl] annotated tag 0.05070422-source created (now 24e5d02)

Intrigeri intrigeri at moszumanska.debian.org
Wed Aug 27 21:35:04 UTC 2014


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

intrigeri pushed a change to annotated tag 0.05070422-source
in repository libmoosex-has-sugar-perl.

        at  24e5d02   (tag)
   tagging  28bedf2a755c9ee06cc889dc134021df9b8ffe94 (commit)
  replaces  0.05070421-source
 tagged by  Kent Fredric
        on  Wed Nov 20 21:32:52 2013 +1300

- Log -----------------------------------------------------------------
v0.05070422

Kent Fredric (120):
      v0.05070421
      Normalise changes
      Add placeholder
      Add maint dir git-subtree syncer
      use pull instead of merge, despite not really being sure how it works
      really use --pull again, cleanup code
      Prepopulate message
      Cleanup whitespace, be executable
      Update README
      make code snippets better
      move default dir to maint-travis-ci
      Add tree sterlizier stuff
      remove bogus \nls
      Perltidy code
      Make sterilize env respond to more ENV variables
      Make sterilizing yaml have multiple modes for sterile/non-sterile envs
      Force a faster CPAN mirror
      Add install_deps tool
      Force getting develop deps from META.json
      Travis uses new fanout dep pulling
      Customise script/beforescript
      Reimplement all calls to system in a safe wrapper
      Retidy maint stuff
      add --timer to prove output
      Reduce number of tests required to cover what we're trying to cover, while simultaneously increasing total coverage
      Document sterile.yaml
      Experimental hacks to support dzil building on master
      Make tests work better on source trees"
      Pesky parentheses
      Dont pull in --dev unless DEVELOPER_DEPS on master
      Don't call cpanm without deps to pull
      Always use -dev versions of Dzil and Pod::Weaver
      Attempt to report cpanm failures when they occur
      Tidy script.pl{
      script.pl: properly parenthesise return
      Properly parenthesize other things
      Make before_script more obvious
      Force installing a custom DZP Git on master
      Get cwd() with Cwd.pm so we can restore cwd()
      Start with a newer-than-cpan DZP GIt 2.017
      Configure Git configuration data
      Report failure from cpanm
      Cleanup report_fail script
      Use Config.pm to sterilize
      Prune the dir, not the name of its key
      Temporarily downgrade ReadMeAnyFromPod
      Great, I can't spell, sorry travis
      Make tree sterilization not run on <=5.10, with big pretty coloured messages
      Remove ReadmeAnyFromPod pinning
      Minimum empty tree test is 5.12 due to sterile tree bugs <=5.11
      Further attempts at getting a sterile tree on 5.8
      Further improve the sterile list
      Use more safe code
      Abstract out fix logic, and drop need for Git bundle fix, as upstream have fixed it
      instaldeps: exit 0 early when master + 5.8 or STERILIZE_ENV unset
      script.pl: exit 0 early when master + 5.8 or STERILIZE_ENV unset
      sterilize_env.pl: Early bail if STERILIZE_TREE does not exist, use only defined Config properties that exist
      Refactor shared code between bits into a library
      -e and -f don't stack before 5.10
      Fix some minor formatting niggles
      Pin to dzil 5.001 till 5.002 gets fixed
      add sterile 2
      Use Dzil 5.003
      With installing developer deps, use ~>= instead of ~ if the dependency is a pure number
      Be aggressive on 5.12
      Carp::Heavy can't be downgraded
      Undo previous optimisation as it causes confusion
      Spell satisfied right, allow --dev
      normalise dev version
      Add misc corelist data
      try an even crazier approach to sterilizing
      fix syntax errors
      Cleanup compile failures
      Make file loading more obvious, skip installs if versions are undef
      Skip CPANPLUS::Backend on 5.12.5
      Blacklist Carp::Heavy on 5.12.5
      make clean/protect/skip diags clearer
      Blacklist DB_File on 5.12.5
      Blacklist Exporter::Heavy
      Blacklist Fatal from 5.12.5
      Blacklist DB_File on 5.19.0
      blacklist AttributeHanlders on 5.8.9
      blacklist Carp::Heavy on 5.10
      Blacklist win32 on 5.12
      Blacklist Carp::Heavy on 5.14
      Blacklist Cwd on 5.16.3
      Blacklist DB_File on 5.18
      Blacklist Pod::Functions::Functions on 5.19
      Add colons to AttributeHandlers on 5.8.9
      Blacklist DB_File on 5.10
      Blacklist win32API::File on 5.12.5
      blacklist DB_File on 5.14
      blacklist DB_File on 5.16
      blacklist Pod::Functions::Functions on 5.18
      Blacklist Win32 on 5.19
      Blacklist Carp::Heavy on 5.8
      Blacklist Exporter::Heavy on 5.10
      Blacklist Win32API::File::ExtUtils::Myconst2perl on 5.12
      Blacklist Exporter::Heavy on 5.14
      Blacklist ExtUtils::Command::MM on 5.16
      Blacklist Win32 family on 5.18
      Blacklist Win32 family on 5.19
      Blacklist DB_File on 5.8
      Blacklist ExtUtils::Command::MM on 5.10
      Blacklist autodie on 5.12
      Blacklist ExtUtils::Command on 5.14
      Blacklist ExtUtils::Liblist on 5.16
      Ditch all this shit, try newer sterile technique
      version, not array offset, dolt
      use key for copy source, not value
      Dirs will never be files, dolt
      No partial progress spam
      use depth 1
      Add SingleEncoding
      Add README.mkdn
      Update changes
      Style/Critic
      Add 'maint-travis-ci/' from commit '7d687924fd2852d494c29b2190e3f74a22e77497'
      tidy
      Enable travis

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  f383ea5   Apply patch from MSCHWERN
       new  ec20eb6   v0.05070421
       new  f5ba094   Normalise changes
       new  da7b8a3   Add placeholder
       new  20e3532   Add maint dir git-subtree syncer
       new  ee34fda   use pull instead of merge, despite not really being sure how it works
       new  ec50d72   really use --pull again, cleanup code
       new  7eed2d5   Prepopulate message
       new  02b2872   Cleanup whitespace, be executable
       new  3541e8d   Update README
       new  2c6465e   make code snippets better
       new  f8fae57   move default dir to maint-travis-ci
       new  7b535b8   Add tree sterlizier stuff
       new  3c5ecaf   remove bogus \nls
       new  1a977e3   Perltidy code
       new  746ad1c   Make sterilize env respond to more ENV variables
       new  aa7a090   Make sterilizing yaml have multiple modes for sterile/non-sterile envs
       new  690b4f0   Force a faster CPAN mirror
       new  ff1895d   Add install_deps tool
       new  8bdb1fb   Force getting develop deps from META.json
       new  d891bfa   Travis uses new fanout dep pulling
       new  f57b28b   Customise script/beforescript
       new  f3c91b5   Reimplement all calls to system in a safe wrapper
       new  60239a8   Retidy maint stuff
       new  e76e141   add --timer to prove output
       new  3541740   Reduce number of tests required to cover what we're trying to cover, while simultaneously increasing total coverage
       new  3a02d1c   Document sterile.yaml
       new  8d4c533   Experimental hacks to support dzil building on master
       new  753f31f   Make tests work better on source trees"
       new  de3c46b   Pesky parentheses
       new  5fc9efa   Dont pull in --dev unless DEVELOPER_DEPS on master
       new  0dd6559   Don't call cpanm without deps to pull
       new  c0c129a   Always use -dev versions of Dzil and Pod::Weaver
       new  b902de6   Attempt to report cpanm failures when they occur
       new  fa0e9df   Tidy script.pl{
       new  1e519e4   script.pl: properly parenthesise return
       new  c106b52   Properly parenthesize other things
       new  f64bef4   Make before_script more obvious
       new  8254efc   Force installing a custom DZP Git on master
       new  9b131b2   Get cwd() with Cwd.pm so we can restore cwd()
       new  2dfb3ed   Start with a newer-than-cpan DZP GIt 2.017
       new  49b2786   Configure Git configuration data
       new  e7f9b4e   Report failure from cpanm
       new  26963a4   Cleanup report_fail script
       new  c331916   Use Config.pm to sterilize
       new  2e063a3   Prune the dir, not the name of its key
       new  7773bf4   Temporarily downgrade ReadMeAnyFromPod
       new  7ca7e27   Great, I can't spell, sorry travis
       new  51f17b8   Make tree sterilization not run on <=5.10, with big pretty coloured messages
       new  424c651   Remove ReadmeAnyFromPod pinning
       new  e90a69e   Minimum empty tree test is 5.12 due to sterile tree bugs <=5.11
       new  4b93229   Further attempts at getting a sterile tree on 5.8
       new  0ec8137   Further improve the sterile list
       new  71dd4f5   Use more safe code
       new  ecddf35   Abstract out fix logic, and drop need for Git bundle fix, as upstream have fixed it
       new  c450538   instaldeps: exit 0 early when master + 5.8 or STERILIZE_ENV unset
       new  bab0daa   script.pl: exit 0 early when master + 5.8 or STERILIZE_ENV unset
       new  9c27a93   sterilize_env.pl: Early bail if STERILIZE_TREE does not exist, use only defined Config properties that exist
       new  3783dec   Refactor shared code between bits into a library
       new  76176a3   -e and -f don't stack before 5.10
       new  52bb503   Fix some minor formatting niggles
       new  76123d3   Pin to dzil 5.001 till 5.002 gets fixed
       new  5e4f316   add sterile 2
       new  6f46967   Use Dzil 5.003
       new  a0720f7   With installing developer deps, use ~>= instead of ~ if the dependency is a pure number
       new  a45f5c8   Be aggressive on 5.12
       new  a50a1cd   Carp::Heavy can't be downgraded
       new  0e99d73   Undo previous optimisation as it causes confusion
       new  378eac8   Spell satisfied right, allow --dev
       new  f6ad853   normalise dev version
       new  a412ccc   Add misc corelist data
       new  c4b7b7c   try an even crazier approach to sterilizing
       new  539a5ee   fix syntax errors
       new  9c31e2d   Cleanup compile failures
       new  dd9e08a   Make file loading more obvious, skip installs if versions are undef
       new  9174ef5   Skip CPANPLUS::Backend on 5.12.5
       new  3cd9068   Blacklist Carp::Heavy on 5.12.5
       new  d2d597f   make clean/protect/skip diags clearer
       new  e35d06d   Blacklist DB_File on 5.12.5
       new  f041ac6   Blacklist Exporter::Heavy
       new  4e70bd0   Blacklist Fatal from 5.12.5
       new  2c382d1   Blacklist DB_File on 5.19.0
       new  fff96a3   blacklist AttributeHanlders on 5.8.9
       new  6195c4c   blacklist Carp::Heavy on 5.10
       new  b8a4f31   Blacklist win32 on 5.12
       new  7508c12   Blacklist Carp::Heavy on 5.14
       new  5010c49   Blacklist Cwd on 5.16.3
       new  3c8e7bb   Blacklist DB_File on 5.18
       new  e1baa3f   Blacklist Pod::Functions::Functions on 5.19
       new  de7e830   Add colons to AttributeHandlers on 5.8.9
       new  06f0e45   Blacklist DB_File on 5.10
       new  de92e6f   Blacklist win32API::File on 5.12.5
       new  c5c3ae6   blacklist DB_File on 5.14
       new  f716fe7   blacklist DB_File on 5.16
       new  b030625   blacklist Pod::Functions::Functions on 5.18
       new  6a5b52c   Blacklist Win32 on 5.19
       new  fcc4b5b   Blacklist Carp::Heavy on 5.8
       new  4d4adc4   Blacklist Exporter::Heavy on 5.10
       new  799d719   Blacklist Win32API::File::ExtUtils::Myconst2perl on 5.12
       new  e84ed41   Blacklist Exporter::Heavy on 5.14
       new  bc932a4   Blacklist ExtUtils::Command::MM on 5.16
       new  07c84fc   Blacklist Win32 family on 5.18
       new  5f6e8fa   Blacklist Win32 family on 5.19
       new  5f5cd52   Blacklist DB_File on 5.8
       new  ce3e931   Blacklist ExtUtils::Command::MM on 5.10
       new  9e777ff   Blacklist autodie on 5.12
       new  fc19249   Blacklist ExtUtils::Command on 5.14
       new  03a6317   Blacklist ExtUtils::Liblist on 5.16
       new  2395d44   Ditch all this shit, try newer sterile technique
       new  d36b1e8   version, not array offset, dolt
       new  89395a2   use key for copy source, not value
       new  43bd265   Dirs will never be files, dolt
       new  45ce3a2   No partial progress spam
       new  7d68792   use depth 1
       new  69922ec   Add SingleEncoding
       new  01a5635   Add README.mkdn
       new  f3cc6ac   Update changes
       new  008893f   Style/Critic
       new  c504400   Add 'maint-travis-ci/' from commit '7d687924fd2852d494c29b2190e3f74a22e77497'
       new  3088341   tidy
       new  28bedf2   Enable travis

The 121 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.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-has-sugar-perl.git



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