------------------------------------------------------------------- Tue May 22 05:05:18 UTC 2018 - coolo@suse.com - updated to 0.9174 see /usr/share/doc/packages/perl-CPANPLUS/ChangeLog 0.9174 Mon May 21 20:28:36 BST 2018 * Fix circular dependency on CPANPLUS::Dist::Build when 'prefer_makefile' is set to 0 ------------------------------------------------------------------- Tue Oct 10 05:13:21 UTC 2017 - coolo@suse.com - updated to 0.9172 see /usr/share/doc/packages/perl-CPANPLUS/ChangeLog 0.9172 Mon Oct 9 12:14:38 BST 2017 * Replace File'Fetch with File::Fetch [rt.cpan.org #123221] ------------------------------------------------------------------- Thu Sep 14 05:10:39 UTC 2017 - coolo@suse.com - updated to 0.9170 see /usr/share/doc/packages/perl-CPANPLUS/ChangeLog 0.9170 Wed Sep 13 19:40:37 BST 2017 * Fix RT#122849 problems with parse_module() ------------------------------------------------------------------- Tue May 16 05:11:16 UTC 2017 - coolo@suse.com - updated to 0.9168 see /usr/share/doc/packages/perl-CPANPLUS/ChangeLog 0.9168 Sun May 14 14:17:26 BST 2017 * fix typo in YAML_BACKEND environment variable * Add support for meta x_use_unsafe_inc ------------------------------------------------------------------- Thu Apr 13 05:10:00 UTC 2017 - coolo@suse.com - updated to 0.9166 see /usr/share/doc/packages/perl-CPANPLUS/ChangeLog 0.9166 Wed Apr 12 09:37:20 BST 2017 * make Autoflush do STDOUT and STDERR * switch from PERLWRAPPER to Autoflush ------------------------------------------------------------------- Fri Feb 17 06:08:56 UTC 2017 - coolo@suse.com - updated to 0.9164 see /usr/share/doc/packages/perl-CPANPLUS/ChangeLog 0.9164 Thu Feb 16 12:05:02 GMT 2017 * Set env var PERL_USE_UNSAFE_INC if required [rt.cpan.org #120227] * Handle @INC without 'dot' scenario in Makefile.PL * Fixed versiononly process for scripts to only run for when we were in core 0.9162 Sun Jan 15 11:23:10 GMT 2017 * Fix RT#116479 test failure with v5.24.1-RC* ------------------------------------------------------------------- Mon Feb 13 11:18:38 UTC 2017 - coolo@suse.com - updated to 0.9162 see /usr/share/doc/packages/perl-CPANPLUS/ChangeLog ------------------------------------------------------------------- Sat May 28 09:31:31 UTC 2016 - coolo@suse.com - updated to 0.9160 see /usr/share/doc/packages/perl-CPANPLUS/ChangeLog 0.9160 Wed May 18 21:27:41 BST 2016 * Add new bundled module to the MANIFEST *doh* 0.9158 Wed May 18 21:08:19 BST 2016 * Added Test2 to the reported toolchain in test reporting ------------------------------------------------------------------- Fri Oct 16 08:51:15 UTC 2015 - coolo@suse.com - updated to 0.9156 see /usr/share/doc/packages/perl-CPANPLUS/ChangeLog 0.9156 Thu Oct 15 13:29:38 BST 2015 * Handle dists that have numerics in last part of distname * Compartmentalise build dirs like CPANpm does ------------------------------------------------------------------- Sat Aug 29 08:33:37 UTC 2015 - coolo@suse.com - updated to 0.9154 see /usr/share/doc/packages/perl-CPANPLUS/ChangeLog 0.9154 Sat Jul 4 10:39:23 BST 2015 * Fixed an issue with @INC mangling in CPANPLUS process * POD fixes courtesy of Alexey Molchanov ------------------------------------------------------------------- Thu Apr 16 05:40:15 UTC 2015 - coolo@suse.com - updated to 0.9152 see /usr/share/doc/packages/perl-CPANPLUS/ChangeLog ------------------------------------------------------------------- Sat Apr 28 22:17:19 UTC 2012 - pascal.bleser@opensuse.org - update to 0.9128; cumulated changes from 0.9120: * silenced annoying warnings related to older perls and the progress indicators * speed enhancements to module indexing * save the history between invocations of the shell * added support for adding blib/script to PATH * don't spawn a process to check whether perl version prereqs are satisfied * resolved a regression with dev '_' version numbers since 0.9109 ------------------------------------------------------------------- Tue Mar 6 07:27:35 UTC 2012 - coolo@suse.com - updated to 0.9120 * Resolved a regression with NA test reports ------------------------------------------------------------------- Fri Feb 24 08:27:17 UTC 2012 - coolo@suse.com - updated to 0.9119 * Added progress indicators for indexing when 'verbose' is set, [RT#75233], contributed by reisub ------------------------------------------------------------------- Mon Feb 20 10:48:49 UTC 2012 - coolo@suse.com - updated to 0.9118 * Test reporting enhancements ------------------------------------------------------------------- Sat Feb 11 18:47:10 UTC 2012 - coolo@suse.com - updated to 0.9116 * add NAME headings in modules with POD, Debian Lintian fixes, http://bugs.debian.org/65045 * Implement reload command in the shell ------------------------------------------------------------------- Thu Dec 22 01:06:38 UTC 2011 - pascal.bleser@opensuse.org - update to 0.9115: only build related changes (also in 0.9114) ------------------------------------------------------------------- Fri Dec 9 20:04:48 UTC 2011 - pascal.bleser@opensuse.org - add recommends for optional SQLite backend - update to 0.9113: * add more detail and reason for NA to NA reports ------------------------------------------------------------------- Fri Nov 11 14:49:39 UTC 2011 - pascal.bleser@opensuse.org - update to 0.9112: * the 'perlwrapper' is no longer required ------------------------------------------------------------------- Mon Sep 19 08:31:59 UTC 2011 - coolo@suse.com - updated to 0.9111 * Enhance CPANPLUS::Dist::MM Makefile/Makefile.PL age checking code to resolve some issues. * CPANPLUS::Dist::MM now ensures that Makefile.PL is older than any generated Makefile * When resolving dependencies ignore any @INC-hook when finding installed modules * Updated the META.yml in the dist to specify 'dynamic_config' as true. * Fix support for v-strings and x.y.z versions with v5.8.4 * Add support for v-strings and x.y.z versions, using the version module. * Resolve [rt.cpan.org #69420] "type checking for CPANPLUS::Backend::RV::new is incorrect" * Resolve [rt.cpan.org #69203] "custom sources ignores timeout config option" * synchronisation with blead to remove profanity from the source. No other changes. ------------------------------------------------------------------- Tue May 31 14:30:22 UTC 2011 - coolo@novell.com - updated to 0.9105 * remove any pointers to the sourceforge mailing list * point to the github repo instead * Only enable custom sources in the tests where it is actually required for testing * Added support to parse_module() for 'Module/Type.pm' parsing ------------------------------------------------------------------- Thu Apr 21 05:12:59 UTC 2011 - coolo@opensuse.org - updated to 0.9104 * Force Parse::CPAN::Meta to use a sane default for JSON backend * Make sure that test failures aren't reported twice to the terminal * Fixed the logic not sending NA reports when 'perl' is expressed as a prereq ------------------------------------------------------------------- Fri Apr 8 19:20:38 UTC 2011 - coolo@novell.com - initial package 0.9103 * created by cpanspec 1.78.04