[liblocal-lib-perl] branch master updated (291b6df -> e5535f3)

Salvatore Bonaccorso carnil at debian.org
Fri Sep 5 04:22:29 UTC 2014


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

carnil pushed a change to branch master
in repository liblocal-lib-perl.

      from  291b6df   update changelog
       new  6399899   Add debian/upstream/metadata
       new  3965040   Update debian/changelog
      adds  f765fa8   .
      adds  391107e   doc EUMM and MB version reqs
      adds  b5cc15f   lib::local code
      adds  5b94dce   renamed compose to pipeline cos Lemm at netgoth.org.uk#orgy convinced me it made more sense
      adds  4c37596   tests and test gen script
      adds  18bb63e   screwed up the modulebuildrc syntax slightly
      adds  291949f   remove erroneously checked-in t/var
      adds  54ab696   add MANIFEST.SKIP
      adds  f9c6b7f   populate @INC as well as $ENV{PERL5LIB}
      adds  86f54d7   heinous bootstrapping code
      adds  bc30e1d   document bootstrap procedure
      adds  dc8ddd0   fix File::HomeDir invocation, document limitations
      adds  e423efc   document more limitations, fix bootstrap docs (CPAN non-reentrant so my original way didn't work)
      adds  618272f   o   Add a =head1 DESCRIPTION. This fixes installation using FreeBSD's BSDPAN     extension. Oh. And it also does this neat little thing called telling people     what the code does. Might be handy. o   Add rudimentary support with C style shells. Defaults to sh if your     $ENV{SHELL} isn't defined for some reason (you evil person). Anything that     doesn't match /csh/ is assumed to be Bourne. If someone makes another     Futurama-themed shell that isn't Bourne-styl [...]
      adds  0353dbc   Move the shell detection code *out* of the while loop. apeiron-- /kick apeiron idiot
      adds  d6b71a2   noted sponsorship of certain fixes
      adds  275c9da   redid test setup to be sane pod-wise
      adds  1bc71e5   o   Refactored shell detection into something a bit more easily-extendable, and     general cleanups in that department.
      adds  b42496e   o   Whoops. Brace style fixings.
      adds  4860d3d   Add a line to ignore .svn directories for those of us not using svk.
      adds  b57052c   diffs from apeiron
      adds  10fcef9   stupid hack to deal with CPAN.pm setting PERL5_CPANPLUS_IS_RUNNING env var
      adds  d211388   Prep for releasing 1.001000.     o Increment version number in local/lib.pm     o Document changes that made it into 1.001000 in the Changes file     o Add the Changes file
      adds  b5c1154   I can no longer stay anonymous; add a CONTRIBUTORS section with the bits for which people can blame me.
      adds  715c31a   better bootstrap
      adds  c2447f3   Interpolation fixes for PERL5LIB, improve --bootstrap handling
      adds  c1441fb   Fix the use 5.8.1 line to work with 5.10 via use 5.008001;. Thanks to Mark Grimes (mgrimes).
      adds  4662123   make CPAN config reinit automagic
      adds  279e938   more mangling to try and get cpan config init to work right
      adds  f66e06d   bump version for release
      adds  0fb70b9   Add the --self-contained patch from Mark Stosberg (with corrected CPAN.pm command-line usage). Thanks, Mark!
      adds  381738d   Tiny grammar nit in the POD.
      adds  8dbbc82   And the Changes file too. Whoops.
      adds  d33e025   Swipe the MANIFEST.SKIP from Devel::REPL.
      adds  d4dbe58   Bail if given fancy dashes due to copypasting from a UTF8-happy POD formatter.
      adds  8b1e8e6   Add a doc patch from Torsten Raudssus <torsten at raudssus.de> that clarifies how to specify a directory other than ~/perl5.
      adds  480e6e8   Better docs and nix the .svn files from being included in the dist.
      adds  977a9ca   doc patch from amiri in #catalyst
      adds  be16079   Additional install tests from Hans Dieter Pearcey (hdp at cpan.org). Thanks!
      adds  c4dbb66   Check for bad options in CPAN config. Fix bootstrapping, thanks to confound.
      adds  9a021b2   Clean up CPAN.pm's environment variable the same way we do for CPANPLUS. Add an example program showing local::lib employed programmatically (confound). Add the beginnings of a troubleshooting section (pattern).
      adds  caac8b2   make TARGET optional
      adds  43b7182   missing semicolon, remove ^Ms
      adds  e4892f2   grink's fixes for --self-contained
      adds  6e5079d   Fixed up INC untaint procedure to skip/ignore CODE, ARRAY, blessed entries. Include test in xt/ for the above
      adds  53699c9   Merged patches from Curtis Jewell <csjewell at cpan.org> for win32 fixes.
      adds  69b8010   Slightly cleanup @INC vs PERL5LIB handling in --self-contained, and fix duplicate code from merge
      adds  b143d04   Fix warning
      adds  6d74e2d   Fix Makefile.PL if you have really really old CPAN.pm and you're not trying to --bootstrap
      adds  011371a   Add ignoreprops everywhere. Update changes and bump version for release. Update MANIFEST.SKIP to avoid test generated files
      adds  e922772   Damn slow lorries
      adds  f58534b   - Fix Win32 / Cygwin detection (emazep).
      adds  b9c94c1   roll-up of changes for 1.004005 and 1.004006 because I forgot to commit 1.004005 because I suck
      adds  2b12c1b   I totally misparsed the next if ref code first time round, oops. Here are some tests for what it does to help idiots like me in future
      adds  a9489cb   De-dup @INC and $ENV{PERL5LIB} entries
      adds  730f5dd   Doc changes thanks to kurisuto at irc.perl.org/#catalyst. Cleaned up the indentation on code lines in the POD.
      adds  322b0a0   Make The bootstrapping technique a =head2 for easy linking upon ash's advice.
      adds  aab6448   Add details about sourcing the shell config file after writing it since apparently it is not obvious to at least four-five people, even though it is blindingly obvious to everyone who's committed to this repo. I'll save my rant about knowing the command line for somewhere other than a commit message.
      adds  7c0db16   Add explicit licensing info and bump the version for a release.
      adds  4d25b5d   And update the Changes file, too.
      adds  fe03358   Use CPAN::Version for version comparison if available so that warnings due to having the file::homedir dev release installed shut up
      adds  8c6c886   Simpler. Technically less correct, but who cares.
      adds  f734944   Remove spurious dumper output
      adds  37bd064   Revert 7790:7788, fix File::HomeDir instead.
      adds  ea0824e   Fix warning from undef PERL5LIB
      adds  3ad2749   bump CPAN.pm requirement to work around error reported by jjore
      adds  d218590   And bump it again to 1.82 for an M::I API issue.
      adds  4f9db5b   I apparently never actually committed these files. o_O
      adds  b0c48f8   Beginning of better docs for --self-contained courtesy of markstos at cpan.org. Also bump the version number immediately so I don't forget to when I release it.
      adds  03b9197   Warnings for missing PATH/PERL5LIB (as when not running interactively) silenced by a patch from Marco Emilio Poleggi.
      adds  2b0c551   Fix misplaced apostrophe
      adds  4b25534   remove spurious quotes
      adds  1c9cde8   More robust handling of running new toolchains on older perls. This should sort out issues users have with bootstrapping on e.g. Solaris and other traditional Unices. In addition, try to find a GNU tar capable of dealing with @LongLink so bootstrapping doesn't fail.
      adds  c27d9c9   helps if I use the same variable name throughout the code
      adds  e12c866   typo fix in the POD thanks to poisonbit
      adds  764c168   Update the Changes file for release
      adds  da6e3c2   revert the cpan.shadowcatprojects.net default for now
      adds  f48dec3   IRC quote had a quote char in it that ended the quoted perl code
      adds  b10fc4d   duh, apeiron--, dunno how I missed that
      adds  aac8462   commit fixes that went into 1.005001
      adds  359329d   better error message per sheriff/moses and sane first example per avar
      adds  57ddfe2   add lib::core::only module
      adds  1f8043c   delete broken --self-contained flag from core
      adds  d8b1a40   doc cleanup
      adds  1b2a57e   reverse the perl/arch paths in PERL5LIB
      adds  76f3067   doc patch for win32 from run4flat
      adds  a244331   Updated Changesfile Changed version
      adds  ac9016d   Hups... tabs arent spaces
      adds  898f36c   Added german translation Enhanced english documentation
      adds  de152ed   corrected Changes
      adds  b75c732   Fixed the L<> links in the pod Fixed some words in the doc
      adds  0f5e2f4   Trying to workaround a search.cpan.org "Bug"
      adds  7fc3698   Updated Changes and version
      adds  71f1f1d   rm -rf podloc && cd POD2/
      adds  6f06048   I am an idiot
      adds  c7febe7   Still an idiot ;)
      adds  cc19e8d   Added support informations to the pod in both languages fixed newline of the german doc
      adds  f342a63   Micro german documentation change
      adds  04f8efd   Micro documentation fixes
      adds  47e70ca   Added information about directory with spaces
      adds  a8e981c   Small fix of the spaces warnings
      adds  ca0eb79   Updated german documentation
      adds  e681beb   adding pt_br translation
      adds  9bc0788   fixing unmatched brace on documentation
      adds  ccf362c   updating contributors list
      adds  1313d3b   added small translation explanation
      adds  a949ebc   Updated Changes, Changed methods look in documentation
      adds  5863e79   stupid cpan needs 'NAME' field
      adds  b41e788   updating pt-br documentation
      adds  291b5a3   documenting build_environment_vars_for()
      adds  838d204   small typo fix on Changes file
      adds  adf315c   Pumped version, documented last undocumented method to german, updated Changes
      adds  ff0be69   Fixed rights
      adds  5c09f0d   I don't know how Getty managed to miss lib/local/lib.pm.
      adds  e322149   Move to PERL_MB_OPT from .modulebuildrc
      adds  c38c862   typo fixes
      adds  0a7bb5a   fixing pod reference
      adds  79fd803   Merge branch 'master' of git.moose.perl.org:local-lib
      adds  efe8889   and bump the version
      adds  c4e3c83   Added guess_shelltype method, fixed documentation about new changes
      adds  176d4af   Chase M::B version for PERL_MB_OPT. Thanks, miyagawa.
      adds  f174527   and bump the lib version itself
      adds  4de8082   add PERL_LOCAL_LIB_ROOT to get along better with CPAN.pm.
      adds  8cc924b   Refactor print_environment_vars_for()
      adds  528fa9b   lazy cpan config
      adds  4b5d4c8   Remove redundant prereqs
      adds  59b1a63   Avoid CPAN config init when just checking values
      adds  28d05eb   bump version to 1.008000
      adds  8468f12   update Changes file
      adds  135193f   Bootstrap Module::Build in Makefile.PL
      adds  45fa6ab   bump files for 1.008001 release.
      adds  d430f53   Add repo and bugtracker links in META
      adds  393c618   If PERL_LOCAL_LIB_ROOT is already set, add ourselves to the end
      adds  4c71891   Add a --deactivate option to remove a l::l from the env
      adds  15f7955   Add a --deactivate-all flag as well
      adds  480534a   Add documentation for --deactivate and --deactivate-all
      adds  b0e4e8d   Add tests for adding/removing stuff to the stack
      adds  a0b3d98   Add myself to CONTRIBUTORS
      adds  2950060   Put splitting PERL_LOCAL_LIB_ROOT into its own method
      adds  3939a7a   Resolve RT#64208, solving the issue of duplicate paths ONCE AND FOR ALL.
      adds  6369ed6   Update tests for de-duplication
      adds  5a63c13   Add method docs for active_paths
      adds  5a98906   release 1.008002.
      adds  a20a4a5   Don't fail tests when already running under local::lib
      adds  9d67056   Merge branch 'master' of git.moose.perl.org:local-lib
      adds  99f8e62   1.008003 with fixed stacking tests
      adds  82efaec   Do ensure_dir_structure_for *before* de-duping paths
      adds  f694b8a   Fix stackable tests on win32 by canonicalizing the path ahead of time
      adds  d759027   And release 1.008004.
      adds  d4ccf2e   Fixed typo
      adds  cd3eb74   Patch for Carp version mismatch
      adds  98d589d   Changelog reversion to stable 1.008004 plus carp fix
      adds  abeb1a0   include r/w repo spec as a hint for contributors
      adds  366489a   Fix xt/subroutine-in-inc.t
      adds  92869c3   Move xt/subroutine-in-inc.t to t/
      adds  1bf7d89   Refactor environment values building
      adds  f878d9c   rename %_env_list_value_defaults to %ENV_LIST_VALUE_DEFAULTS
      adds  63c6ddd   Refactor PERL_M[BM]_OPT value when --deactivate
      adds  48eb676   Remove prototype causing warnings
      adds  beddebc   Fix ~/perl5/bin missing in $PATH
      adds  64a79df   Fix activate_paths when PERL_LOCAL_LIB_ROOT starts with ':'
      adds  c1ed5f4   Move Win32 magic out of ensure_dir_structure_for()
      adds  cdd450c   Do not put arch dir in $PERL5LIB (RT#67871)
      adds  b4d420e   Test for no arch in PERL5LIB
      adds  c50d554   1.008008. Update the Changes file, remove some hard tabs.
      adds  c923568   Carp::Always should not be a dep
      adds  25398da   Remove Carp::Always, 1.8.9
      adds  373b3c1   Fix a split on undefined value warning
      adds  e2d0e1c   changelog for undef split fix
      adds  e89c14b   ignore all the build byproducts
      adds  3b2c3de   bump version for re-release, after syncing with the *real* 1.008009 release
      adds  3ad7da2   silence "Name "File::Spec::rel2abs" used only once: possible typo"
      adds  b998709   skip all the default crap (this will get expanded on first build; dont panic!)
      adds  163f162   link to the 2011 advent article
      adds  ca889d4   don't bother fixing CPAN if running from cpanminus (RT#85731)
      adds  a7af04a   changelog
      adds  1cd322b   bump version for release
      adds  f487add   ignore MANIFEST.SKIP.bak
      adds  5eff9c2   look for fancy dashes byte-wise, rather than literally
      adds  5be84a3   more whitespace in Changes for readability
      adds  2d2d66b   some release tests (that all pass)
      adds  469251c   spelling
      adds  8522f4d   whitespace cleanup
      adds  3981a98   test for whitespace, tabs
      adds  bef300e   add a simple README
      adds  d8570bd   test for basic kwalitee metrics (which now pass, with a README)
      adds  788ea14   add bullets to LIMITATIONS section
      adds  2435183   RT#76661: work properly in a taintperl environment
      adds  1b0fe50   test that random junk in PERL_LOCAL_LIB_ROOT is ignored
      adds  ee5e693   Merge branch 'topic/taint'
      adds  3d7e97f   bump version for release
      adds  0ad9f83   minor doc tweak, requested by sjohnson, #van.pm
      adds  0d174bf   oops, some of these variables aren't always initialized
      adds  abbe8c1   bump version for release
      adds  6ba49ac   use $Config{path_sep} in tests, not :
      adds  663a867   move mk_temp_dir into a lib so we can reuse it
      adds  6d7223b   bump version for release
      adds  4cdf091   ARGH use a blacklist, not a whitelist
      adds  003747f   bump release to fix missing t/lib/TempDir.pm from MANIFEST
      adds  0c1be9f   use our wrapper for creating a local::lib dir, normalizing for win32 paths
      adds  89201d4   quotemeta the path to avoid "Unrecognized escape \s passed through" on win32
      adds  0bf54ab   ignore temp dirs left behind by testing
      adds  4957ffd   bump version for release
      adds  19e2f06   avoid interpolation of backslashed chars in windows paths
      adds  5897c23   some testers are still ending up with bad lib lists
      adds  e48bc81   bump version for release
      adds  5da9706   include the expected location in the test name, for diagnosing mysterious failures
      adds  076f72d   escape the backslashes in win32 paths; print the lib dir for diagnosing mysterious failures
      adds  b5e3ee3   more diagnostics here too
      adds  10dd4b8   changelog
      adds  0d58848   bump version again
      adds  1e1de82   work around backslash issues with Win32 paths in taint test
      adds  4f7dfe3   use normalized path on win32 in this test too
      adds  e9d9e2d   changelog for trial release with test fixes
      adds  43a7f56   more cleanup
      adds  d04dfa5   bump version to 1.008019
      adds  4a1c5f7   fix escaping of backslashes in win32 paths in test
      adds  f3da9c7   more diagnostics to help debug the *occasional* failures of this test on win32
      adds  7487778   ensure all tests have a plan
      adds  ea7f2da   enable warnings locally, rather than globally
      adds  e7ffbae   whitespace cleanup
      adds  3c3d12b   bump version to 1.008020
      adds  73c9a8a   add a LICENSE file, and update the license text in pod
      adds  1003686   yet more fixing escaping of backslashes in win32 paths in test
      adds  17dc0f1   bump version to 1.008021
      adds  f7f543d   remove unix-style directory separator from regex (DOH!)
      adds  9c3a2db   bump version to 1.008022
      adds  cfea9c2   this message is not needed
      adds  6a67747   bump version to 1.008023 (stable)
      adds  dff0f4d   be compatible with old Exporter
      adds  8b0f74f   ignore outer local::lib in test instead of coping with it
      adds  2dcb6c8   more reliable escaping in taint test
      adds  93b577b   fix installing to directories with spaces and backslashes
      adds  1871783   bump ExtUtils::MakeMaker prerequisite to handle escapes/quotes in PERL_MM_OPT
      adds  3af02ca   add Win32 extra files to .gitignore
      adds  8d3e402   bump version to 1.008024
      adds  728c6c4   fix stackable test on windows
      adds  243595d   better location for test temp files
      adds  fc1885f   fix install script on cygwin
      adds  8febbb1   fix up old changelog entry
      adds  119c181   clarify that prefix warnings are about CPAN configuration
      adds  2d98051   adjust csh output to allow use directly by eval
      adds  f168ffd   avoid warnings on unset CPAN settings, and de-dupe error
      adds  cde8394   fix lib::core::only docs when combining with local::lib
      adds  a27f745   reverse order of PERL_LOCAL_LIB_ROOT to match standard env order
      adds  974b122   make stackable test immune to external local libs
      adds  9f35324   bump version to 1.0080025
      adds  387f802   be compatible with perl 5.6
      adds  7c0e6b5   bump version to 1.008026 (stable)
      adds  a92eab5   protect install test from external environment
      adds  f22d40d   don't try to create paths if we are deactivating
      adds  72a295e   convert to Distar
      adds  845ea87   CPAN should be in META files
      adds  3c5f2fc   correct eumm version tests
      adds  6b6ce6e   note Distar conversion in changelog
      adds  3f7d168   bootstrapping test
      adds  18f3e0b   clean up bootstrapping test
      adds  ee0e184   cope better when deactivating param not passed
      adds  31cf174   better bootstrapping test
      adds  ac3d09d   don't assume File::Path will be loaded in tests
      adds  5c957a4   load as few modules as is reasonable
      adds  b3b5244   revert to previous formatting
      adds  0d6470a   some pod fixes and cleanups
      adds  9f9da00   fix some docs
      adds  4a30d40   remove docs for install_base_arch_path
      adds  3d4f85f   better diagnostics on taint test, and a failing case
      adds  2164a41   don't try to remove arch dirs from environment, they aren't added anymore
      adds  c4f0355   extract installer option generation to its own method
      adds  d8b2311   don't blindly untaint @INC
      adds  e4b5a83   replace brains
      adds  939821a   allow --deactivate= format for args
      adds  db6f44a   add shelltype option
      adds  fbbea0e   support powershell rt#88062
      adds  42c7045   remove support for build_environment_vars_for's deactivate option
      adds  f643299   don't output env vars that are already set
      adds  daad878   documentation for shelltype option
      adds  80816e5   add --no-create option
      adds  c40e10d   remove $interpolate option from docs of build_environment_vars_for
      adds  fe125a6   still return $self if deactivating bad dir
      adds  c3f6eef   test that junk added to ROOT doesn't end up in active_paths
      adds  fc5f07c   detect powershell
      adds  b209481   move win32 path shortening back to correct location
      adds  b01292d   fix uninit warnings
      adds  35f4f26   fix cmd and powershell output
      adds  779c192   don't bake lists if not asked to remove anything
      adds  b37e5f4   don't bake paths if activating already active path
      adds  f39aa2f   fix conditional to skip unchanged vars
      adds  4e1bf18   fix powershell output for use with invoke-expression
      adds  45277af   silence cmd commands when used in batch file
      adds  14271d9   properly escape characters in single value env vars
      adds  d8666a0   improve docs for powershell and csh
      adds  65d6778   fix precedence in csh extra vars output
      adds  4acde14   don't leave empty segments in paths in sh/csh
      adds  3c1de59   be case insensitive checking for windows shells
      adds  88b1d6d   normalize path whenever possible, not only on activate
      adds  cf6fe9d   redo shell output to avoid empty var parts
      adds  3b7ffd3   test for shell output
      adds  67734fd   *_for methods should always take a path to activate
      adds  6750269   wrap some lines
      adds  efeaddd   shelltype should be a parameter, not an attribute
      adds  c6611e1   remove unneeded method
      adds  2ad10b5   document new methods
      adds  d6afe0e   tests shouldn't be executable
      adds  49c9e33   return hash from installer_options_for for consistency
      adds  6a9fd06   document limitations related to File::Spec
      adds  cab8f91   use proper list in pod
      adds  a19f7fe   document recommended use of $SHLVL
      adds  1ff9291   typo fix
      adds  8825231   update changelog
      adds  6795093   add mailmap
      adds  38bfb3a   add self to contributors
      adds  2bfba45   update copywrite
      adds  7039d36   bump version
      adds  57a15df   fix de-dup test
      adds  fd35248   remove useless author test
      adds  2714541   clean up release tests
      adds  bb98a6f   Release commit for 2.000_000
      adds  0921389   document conflicts with PREFIX/--prefix options
      adds  b0b2a40   note MB --prefix workaround
      adds  752af3a   fix output for old sh
      adds  19e23dc   fix temp file and csh options in shell test
      adds  4a3702f   clean up sub in INC test to hopefully avoid errors
      adds  7437704   update changelog
      adds  57479fb   fix release tests
      adds  5bf88ae   bump version
      adds  bee721f   Release commit for 2.000_001
      adds  e46466b   prevent startup scripts in cmd/powershell
      adds  62b783b   don't stay in temp directory at end of test
      adds  298c2bb   fix regex in makefile
      adds  49fd105   update changelog
      adds  47cad81   bump version
      adds  616b587   Release commit for 2.000_002
      adds  97ac61e   bump version
      adds  02b4a1d   update changelog
      adds  1ac5ac0   Release commit for 2.000003
      adds  a6c3527   remove out of date inline tests
      adds  57987bd   clear PERL5LIB in shell test to work around deficient shells
      adds  edcdb01   warn about missing shells specified on the command line
      adds  1d89f85   don't try to test cmd or powershell on cygwin
      adds  7302e8e   fix errors when clearing nonexistent env vars in powershell
      adds  fb6115c   extensions may not always be included in shell on windows
      adds  94ff402   better diagnostics on shell test failures
      adds  4e2bb30   update changelog
      adds  c8d004f   bump version
      adds  c3b42e9   Release commit for 2.000004
      adds  fe8aa69   allow specifying options as normal args in shell mode
      adds  57de299   be more strict about what shells to test
      adds  e5cbb98   allow trailing PATH entries in shell test
      adds  aa345cc   test warning on directory creation
      adds  ea71304   fish shell support
      adds  ecc3a2e   fish fixes
      adds  1730f48   correct output for fish shell
      adds  83f8baa   normalize changelog formatting
      adds  2c311f6   update changelog
      adds  aab637e   slight adjustment to tempdir cleanup in bootstrap test
      adds  a9b2fc0   always provide BUILD_REQUIRES and TEST_REQUIRES to EUMM
      adds  8161520   update changelog
      adds  6611a9d   remove the remainder of the shelltype attribute
      adds  d514312   fix perl prereq in Makefile.PL
      adds  80ee6ea   move repository to https://github.com/Perl-Toolchain-Gang/local-lib
      adds  0ea5f5d   add develop deps
      adds  d96c075   include Capture::Tiny in develop prereqs
      adds  546740d   need perl 5.10 for cpan changes test
      adds  5068eea   handle older prereqs better in tests
      adds  6a098dc   refactor Makefile.PL
      adds  5bdc424   install modules separately in bootstrap
      adds  24a2ef6   allow older EUMM when testing
      adds  1fb2c3a   always treat bootstrap as testing
      adds  a0c6a8a   test bootstrap based on versions in META file
      adds  f42d3ec   create accurate meta files in automated testing
      adds  f78ae52   travis testing
      adds  20123ea   cope better with stray meta files
      adds  a17102c   go back to printing five lines of commands
      adds  65500e4   bring documentation up to date with commands printed
      adds  3a58acd   re-add semicolons at line end in bourne output
      adds  4a64939   use consistent order for env var output
      adds  ee00917   remove useless test
      adds  947bd9c   fix handling of ~/ paths when $HOME unset
      adds  04e5021   stop using splitpath
      adds  c7e537f   clean up header
      adds  263986f   move install test to xt
      adds  91eb6be   revise Makefile.PL boilerplate
      adds  85e762b   fix requires calculation in Makefile.PL
      adds  a6bd3a8   include inc dir
      adds  e8a782b   Revert "allow older EUMM when testing"
      adds  c1f8ae3   make Test::CPAN::Changes a develop recommendation
      adds  2166007   use travis helpers
      adds  b2788a4   revise version checking
      adds  5c8c959   prevent config check from triggering interactive config
      adds  f196e62   avoid note and explain in tests to aid backcompat
      adds  4411cfe   new Test::More needed for dev
      adds  f69ae83   update EUMM on travis to get develop prereqs
      adds  6bbd6e0   don't overwrite Makefile when running bootstrap test
      adds  b2b5fd4   force bootstrap test on travis
      adds  9f5b79f   fix yaml syntax
      adds  3df7160   fix test plan on changes test
      adds  cabf611   update changelog
      adds  6275a02   bump version
      adds  39fddfb   Release commit for 2.000006
      adds  557ace8   clean before running tests
      adds  0c4e608   even more relaxed path testing in shell test
      adds  4824797   find shells based on /etc/shells rather than PATH
      adds  73e37ae   test fish on travis
      adds  1c582dc   make sure we have prove
      adds  e326d6e   use local::lib helper
      adds  b5c50fd   clean up envdumper
      adds  9cc5058   test more shells
      adds  7940919   test lots of shells on travis
      adds  2d4b589   allow testing odd shells by specifying name
      adds  586ec8b   fix Makefile.PL in solaris
      adds  59822a4   bump version
      adds  8d89def   update changelog
      adds  1352f5f   Release commit for 2.000007
      adds  f7ac55d   fix bootstrapping
      adds  52f2884   update changes
      adds  c46c2e1   bump version
      adds  741722c   Release commit for 2.000008
      adds  97856df   fix bootstrap test to account for not installing all modules
      adds  0d4696c   use File::Spec::Functions
      adds  569b6c3   reimplement File::Spec functions we care about
      adds  b786b8f   fix rel2abs and handle windows drive-relative paths
      adds  8588785   update changelog
      adds  43042cf   bump version
      adds  3338333   Release commit for 2.000_009
      adds  a9ca2cb   fix OS conditional in test
      adds  dda40b8   changelog
      adds  4955d1e   bump version
      adds  71e4911   Release commit for 2.000010
      adds  bedd8c7   load Carp::Heavy at the same time as Carp; to avoid version sync issues
      adds  b305d50   ensure Carp::Heavy is loaded before modifying @INC if something else already loaded Carp
      adds  94f164a   helper files, copied from Devel-Declare HEAD
      adds  111950b   formatting
      adds  67c21be   test %INC, not $VERSION for Heavy
      adds  7f61811   but also check $VERSION
      adds  366dc44   older Carp::Heavy did not have its own namespace
      adds  88fea34   fix checking of $Carp::VERSION in test
      adds  05211fc   also blow away Distar dir on "make realclean"
      adds  96536b4   fix bump-version filename list
      adds  a111123   make bump
      adds  a6e5461   Release commit for 2.000011
      adds  fcc975a   re-add methods accidentally lost in rewrite
      adds  2458015   account for when $^X isn't a full path
      adds  bdc75b1   test cwd reimplementation
      adds  c709dd3   include paths in output even if they match currently set paths
      adds  e4da7bf   test all env vars in shell test
      adds  9a09643   fix quoting for fish shell
      adds  2bbc32e   update changelog
      adds  3b75fda   bump version
      adds  3253a87   Release commit for 2.000012
      adds  4b58933   be more compatible with old File::Temp
      adds  88a3dcc   don't test on broken shells
      adds  37f5f7a   don't warn about failures to run a command when that's what we're testing
      adds  9cc6300   Merge branch 'skip-broken-shells'
      adds  a7b0306   escape all metacharacters for bash
      adds  1cb3563   improve quoting for cmd.exe
      adds  24243ac   more comprehensive shell testing
      adds  90332d6   factor out shell code building
      adds  f2b5a4c   wrap env var names in braces in shell output
      adds  4723b00   better quoting for fish
      adds  755ed77   factor out script calling from script generation in shell test
      adds  6bd32a7   return empty data rather than dieing when shell call fails in test
      adds  942c1fd   test shell quoting separately from normal local::lib shell directives
      adds  9476d0e   enable minimum-version test, requiring a new Perl::MinimumVersion
      adds  97c5dfd   make sure bin dir exists for shell test
      adds  cfd27d7   don't clear PERL5LIB in install test
      adds  4a00f90   load Cwd early in test to work around ActiveState bug
      adds  2534f20   actually add intended perl path to PATH
      adds  75b938d   use canonpath to compare cwd directories
      adds  de67888   correct minor mistake in Makefile.PL boilerplate
      adds  ea95300   changelog
      adds  03910a9   bump version
      adds  abb80c3   Release commit for 2.000013
      adds  d84a77a   update Makefile.PL boilerplate
      adds  292481f   use getcwd in taint-mode test to match use in module
      adds  b07b37d   remove version bumping make targets and let distar handle it
      adds  98d9022   bump version
      adds  1b7743d   Release commit for 2.000014
      adds  95f01ae   Imported Upstream version 2.000014
       new  f0d606a   Merge tag 'upstream/2.000014'
       new  317fca8   Update debian/changelog
       new  e5535f3   Prepare changelog for release

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                  |  3 +++
 MANIFEST                 |  2 --
 META.json                |  2 +-
 META.yml                 |  2 +-
 Makefile.PL              | 11 ++++++-----
 debian/changelog         |  6 ++++--
 debian/upstream/metadata |  8 ++++++++
 lib/local/lib.pm         |  2 +-
 maint/Makefile.include   | 11 -----------
 maint/bump-version       | 42 ------------------------------------------
 t/taint-mode.t           |  2 +-
 11 files changed, 25 insertions(+), 66 deletions(-)
 create mode 100644 debian/upstream/metadata
 delete mode 100644 maint/Makefile.include
 delete mode 100755 maint/bump-version

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblocal-lib-perl.git



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