Age | Commit message (Collapse) | Author | Files | Lines |
|
0.20.2 (2014-06-16)
===================
Features added
--------------
* Some optimisations for set/frozenset instantiation.
* Support for C++ unordered_set and unordered_map.
Bugs fixed
----------
* Access to attributes of optimised builtin methods (e.g.
``[].append.__name__``) could fail to compile.
* Memory leak when extension subtypes add a memory view as attribute
to those of the parent type without having Python object attributes
or a user provided dealloc method.
* Compiler crash on readonly properties in "binding" mode.
* Auto-encoding with ``c_string_encoding=ascii`` failed in Py3.3.
* Crash when subtyping freelist enabled Cython extension types with
Python classes that use ``__slots__``.
* Freelist usage is restricted to CPython to avoid problems with other
Python implementations.
* Memory leak in memory views when copying overlapping, contiguous slices.
* Format checking when requesting non-contiguous buffers from
``cython.array`` objects was disabled in Py3.
* C++ destructor calls in extension types could fail to compile in clang.
* Buffer format validation failed for sequences of strings in structs.
* Docstrings on extension type attributes in .pxd files were rejected.
|
|
1.4.22
==================================================
- refactor class-level registry on ForkedFunc child start/finish
event to become instance based (i.e. passed into the constructor)
1.4.21
==================================================
- ForkedFunc now has class-level register_on_start/on_exit()
methods to allow adding information in the boxed process.
Thanks Marc Schlaich.
- ForkedFunc in the child opens in "auto-flush" mode for
stdout/stderr so that when a subprocess dies you can see
its output even if it didn't flush itself.
- refactor traceback generation in light of pytest issue 364
(shortening tracebacks). you can now set a new traceback style
on a per-entry basis such that a caller can force entries to be
isplayed as short or long entries.
- win32: py.path.local.sysfind(name) will preferrably return files with
extensions so that if "X" and "X.bat" or "X.exe" is on the PATH,
one of the latter two will be returned.
|
|
-----
5.4.1
-----
* Python #7776: (ssl_support) Correct usage of host for validation when
tunneling for HTTPS.
---
5.4
---
* Issue #154: ``pkg_resources`` will now cache the zip manifests rather than
re-processing the same file from disk multiple times, but only if the
environment variable ``PKG_RESOURCES_CACHE_ZIP_MANIFESTS`` is set. Clients
that package many modules in the same zip file will see some improvement
in startup time by enabling this feature. This feature is not enabled by
default because it causes a substantial increase in memory usage.
---
5.3
---
* Issue #185: Make svn tagging work on the new style SVN metadata.
Thanks cazabon!
* Prune revision control directories (e.g .svn) from base path
as well as sub-directories.
---
5.2
---
* Added a `Developer Guide
<https://pythonhosted.org/setuptools/developer-guide.html>`_ to the official
documentation.
* Some code refactoring and cleanup was done with no intended behavioral
changes.
* During install_egg_info, the generated lines for namespace package .pth
files are now processed even during a dry run.
---
5.1
---
* Issue #202: Implemented more robust cache invalidation for the ZipImporter,
building on the work in Issue #168. Special thanks to Jurko Gospodnetic and
PJE.
-----
5.0.2
-----
* Issue #220: Restored script templates.
|
|
|
|
NEXT (2.6)
-----------------------------------
- Cache exceptions from fixtures according to their scope (issue 467).
- fix issue537: Avoid importing old assertion reinterpretation code by default.
- fix issue364: shorten and enhance tracebacks representation by default.
The new "--tb=auto" option (default) will only display long tracebacks
for the first and last entry. You can get the old behaviour of printing
all entries as long entries with "--tb=long". Also short entries by
default are now printed very similarly to "--tb=native" ones.
- fix issue514: teach assertion reinterpretation about private class attributes
- change -v output to include full node IDs of tests. Users can copy
a node ID from a test run, including line number, and use it as a
positional argument in order to run only a single test.
- fix issue 475: fail early and comprehensible if calling
pytest.raises with wrong exception type.
- fix issue516: tell in getting-started about current dependencies.
- cleanup setup.py a bit and specify supported versions. Thanks Jurko
Gospodnetic for the PR.
- change XPASS colour to yellow rather then red when tests are run
with -v.
- fix issue473: work around mock putting an unbound method into a class
dict when double-patching.
- fix issue498: if a fixture finalizer fails, make sure that
the fixture is still invalidated.
- fix issue453: the result of the pytest_assertrepr_compare hook now gets
it's newlines escaped so that format_exception does not blow up.
- internal new warning system: pytest will now produce warnings when
it detects oddities in your test collection or execution.
Warnings are ultimately sent to a new pytest_logwarning hook which is
currently only implemented by the terminal plugin which displays
warnings in the summary line and shows more details when -rw (report on
warnings) is specified.
- change skips into warnings for test classes with an __init__ and
callables in test modules which look like a test but are not functions.
- fix issue436: improved finding of initial conftest files from command
line arguments by using the result of parse_known_args rather than
the previous flaky heuristics. Thanks Marc Abramowitz for tests
and initial fixing approaches in this area.
- fix issue #479: properly handle nose/unittest(2) SkipTest exceptions
during collection/loading of test modules. Thanks to Marc Schlaich
for the complete PR.
- fix issue490: include pytest_load_initial_conftests in documentation
and improve docstring.
- fix issue472: clarify that ``pytest.config.getvalue()`` cannot work
if it's triggered ahead of command line parsing.
- merge PR123: improved integration with mock.patch decorator on tests.
- fix issue412: messing with stdout/stderr FD-level streams is now
captured without crashes.
- fix issue483: trial/py33 works now properly. Thanks Daniel Grana for PR.
- improve example for pytest integration with "python setup.py test"
which now has a generic "-a" or "--pytest-args" option where you
can pass additional options as a quoted string. Thanks Trevor Bekolay.
- simplified internal capturing mechanism and made it more robust
against tests or setups changing FD1/FD2, also better integrated
now with pytest.pdb() in single tests.
- improvements to pytest's own test-suite leakage detection, courtesy of PRs
from Marc Abramowitz
- fix issue492: avoid leak in test_writeorg. Thanks Marc Abramowitz.
- fix issue493: don't run tests in doc directory with ``python setup.py test``
(use tox -e doctesting for that)
- fix issue486: better reporting and handling of early conftest loading failures
- some cleanup and simplification of internal conftest handling.
- work a bit harder to break reference cycles when catching exceptions.
Thanks Jurko Gospodnetic.
- fix issue443: fix skip examples to use proper comparison. Thanks Alex
Groenholm.
- support nose-style ``__test__`` attribute on modules, classes and
functions, including unittest-style Classes. If set to False, the
test will not be collected.
- fix issue512: show "<notset>" for arguments which might not be set
in monkeypatch plugin. Improves output in documentation.
|
|
of ELF executables. It is used by the Nix Packages collection
(nixpkgs).
|
|
of ELF executables. It is used by the Nix Packages collection
(nixpkgs).
|
|
avoid preprocessor problems with g++ on SunOS.
|
|
|
|
changelog:
Changes in version 0.10.11.0
* Support OverloadedLists for boxed Vector in GHC >= 7.8
Changes in version 0.10.10.0
* Minor version bump to rectify PVP violation occured in 0.10.9.3 release
Changes in version 0.10.9.3 (deprecated)
* Add support for OverloadedLists in GHC >= 7.8
|
|
|
|
Changes from https://github.com/dreixel/syb
0.4.2
- Remove duplicate instance in GHC > 7.8
- Merge pull request #8 from yallop/patch-1
(Trivial fix): Add a type signature for 'marlow'
|
|
This release adds new features, and fixes and improves a number of issues. This will be the last release to support Python versions earlier than 2.7, as we begin to move toward supporting Python 3.
|
|
Changelog:
* Bugfixes
* More tests
|
|
|
|
Ninja is a small build system with a focus on speed. It differs
from other build systems in two major respects: it is designed to
have its input files generated by a higher-level build system, and
it is designed to run builds as fast as possible.
|
|
Meld 1.8.6 has been released.
Fixes:
* Handle spaces in filenames with external editor (Kai Willadsen)
* Fix storing translated column names in configuration (Kai Willadsen)
* Backport fix for "Open externally" sensitivity setting (Daniel Macks)
* Fix support for fake comparisons in null VC (Kai Willadsen)
* Fix "Same" filter for shallow comparison cases (Kai Willadsen)
Translations:
* Benjamin Steinwender(de)
* Daniel Mustieles (es)
* Inaki Larranaga Murgoitio (eu)
* Lasse Liehu (fi)
|
|
Use usleep.
|
|
If S_ISSOCK is not defined, do not use it.
Fix mysql55-client build under SCO OpenServer 5.0.7/3.2.
|
|
Changes:
- fixed possible null-dereference in xmldomnode::safeAppend
- added charstring::inSetIgnoringCase
- xmldomnode::setAttributeValue does nothing when the null node is
referenced now
- fixed a codetree bug that could cause indentation to attempt to go
negative when using an unsigned number
- added a configure test to see if -Wno-format is needed
- configure tests for mlockall/munlockall attempt link now
- added sys/types.h before sys/un.h in sys/un.h test for older freebsd
- implemented stubs for pure virtual methods of client and server classes so
instances of them could be created to attach already-open file descriptors
- unified usage of select/poll and prefer poll
- pushed all select/poll-related code into listener class
- removed problematic and unused useListener-related methods in
filedescriptor class
- epoll is used in place of select/poll for systems that support it
- kqueue is used in place of select/poll for systems that support it
- consolidated getpagesize() calls to use sys::getPageSize()
- added detection and support for __vsnprintf for platforms that have
that instead of vsnprintf
- added cancel and raiseSignal methods to the thread class
- fixed datetime memory leak
- added xmldomnode::clone method to clone a node
- renamed variablebuffer to bytebuffer
- renamed rawbuffer to bytestring
- refactored linkedlist
- added singlylinkedlist class
- added sort, detach, move and insert methods to linkedlist classes
- fixed file::open using O_CREAT without O_EXCL on windows
|
|
Changes in 0.98:
- This release includes a new memory callback vtable to help in embedding
situations that have their own custom allocator such as various language
runtimes.
- A few compilation fixes for various C++ compilers have also been included.
Changes in 0.8.4:
- Alignment fixes for Solaris Studio C compiler.
- RPM and Debian packaging helpers.
- bson_gettimeofday() has dropped the deprecated timezone field used when
calling posix gettimeofday(). This eases portability concerns. It is
technically an ABI break, but since the field was never set, in reality
it shouldn't be an issue.
- Multi-byte optimizations for bson_oid_to_string() have been disabled on
non-x86 based platforms. This should aid in architecture portability.
- The JSON parser can now support $numberLong.
- bson_ascii_strtoll() has been added, which is a portable strtoll()
implementation. This is primarily useful for Windows users and is used
by the JSON parser.
- A bug was fixed in bson_iter_find_descendant() where the wrong field
could be matched if it's prefix matched the query.
- bson_array_as_json() has been added to convert a bson_t as a top-level
array.
|
|
Treat SCO_SV as SysV.
|
|
Bump PKGREVISION.
|
|
Release 1.15 - 1 June 2014
- Allow -coverage default,-pod option to cover (David Cantrell) (github 89).
- Get cpancover coverage in docker containers.
- Add CGI.pm as a prerequisite.
- Test against 5.20.0 and 5.21.0.
- Add longer delay in tests to try to appease *BSD.
Release 1.14 - 2 May 2014
- Fix test failures on OpenBSD, NetBSD and Windows.
Release 1.13 - 28 April 2014
- Test against 5.19.11.
- Fix "use 5.xyz;" on pre 5.10 perls (github 87).
- Round percentages down in summary and reports (also fixes Windows tests).
|
|
|
|
Inline::C is a module that allows you to write Perl subroutines in C.
Since version 0.30 the Inline module supports multiple programming
languages and each language has its own support module.
|
|
Upstream changes:
0.63 Thu Jul 17 07:51:46 PDT 2014
- Add mailing list info to Meta and Contributing
|
|
Upstream changes:
0.38 Wed Jun 25 21:08:05 PDT 2014
- Revert json.t. Failed on cpantesters.
0.37 Wed Jun 25 16:47:29 PDT 2014
- Add JSON to recommends
0.36 Wed Jun 25 16:46:39 PDT 2014
- Fix homepage in metadata
0.35 Tue Jun 17 10:59:25 PDT 2014
- Remove ABSTRACT and use manual $VERSION
0.34 Sat Jun 14 13:16:30 PDT 2014
- Release 0.33 got botched.
0.33 Sat Jun 14 12:59:00 PDT 2014
- Package with Zilla::Dist
- Add badges
|
|
|
|
|
|
|
|
|
|
libsocket is needed.
|
|
Upstream changes:
1.005004 - 2014-03-06
- make sure meta files list extra modules as recommendations, not requirements
1.005003 - 2014-02-12
- added support for PUREPERL_ONLY (rt#91407)
- fixed using strictures->VERSION to query the version (rt#92965)
1.005002 - 2013-12-10
- extra prereqs will be listed as hard prerequisites if a compiler is
available
|
|
Upstream changes:
2014 07 11
- Fixed RT #94902: abbreviation parsing in .perltidyrc files was not
working for multi-line abbreviations. Thanks to Eric Fung for
supplying a patch.
- Fixed RT #95708, misparsing of a hash when the first key was a perl
keyword, causing a semicolon to be incorrectly added.
- Fixed RT #94338 for-loop in a parenthesized block-map. A code block within
parentheses of a map, sort, or grep function was being mistokenized. In
rare cases this could produce in an incorrect error message. The fix will
produce some minor formatting changes. Thanks to Daniel Trizen
discovering and documenting this.
- Fixed RT #94354, excess indentation for stacked tokens. Thanks to
Colin Williams for supplying a patch.
- Added support for experimental postfix dereferencing notation introduced in
perl 5.20. RT #96021.
- Updated documentation to clarify the behavior of the -io flag
in response to RT #95709. You can add -noll or -l=0 to prevent
long comments from being outdented when -io is used.
- Added a check to prevent a problem reported in RT #81866, where large
scripts which had been compressed to a single line could not be formatted
because of a check for VERSION for MakeMaker. The workaround was to
use -nvpl, but this shouldn't be necessary now.
- Fixed RT #96101; Closing brace of anonymous sub in a list was being
indented. For example, the closing brace of the anonymous sub below
will now be lined up with the word 'callback'. This problem
occured if there was no comma after the closing brace of the anonymous sub.
This update may cause minor changes to formatting of code with lists
of anonymous subs, especially TK code.
|
|
Add LICENSE
Upstream changes:
Version 1.000 (2013-08-13)
Switched to standard X.YYYZZZ versioning.
Replaced ChangeLog with changes.pod.
Updated 'clean' arguments in Makefile.PL.
Updated Agent.pm and replaced old README.
Version 0.308 (2013-08-10)
Changed license to the Artistic License 2.0.
Replaced META.yml with META.json.
Fixed tests for Carp behavior and file permissions.
|
|
PR pkg/49000, PR pkg/48981, PR pkg/48980.
|
|
Upstream changes:
0.62 Sun Jul 13 21:49:16 PDT 2014
- Actually make the 5.8.1 change I said I did in 0.61
0.61 Sun Jul 13 21:47:14 PDT 2014
- Make Inline dep on perl 5.8.1 per The Lancaster Consensus
- https://github.com/Perl-Toolchain-Gang/toolchain-site/blob/master/lancas
ter-consensus.md#minimum-supported-perl
- Fix Metadata errors
0.60 Sun Jul 13 21:19:48 PDT 2014
- Use the new ZD Contributing file
0.59 Sat Jul 12 12:11:10 PDT 2014
- Finish migrating and updating docs
0.58 Fri Jul 11 07:02:12 BST 2014
- Fix tabs, add $VERSIONs, fix prereqs
0.57 Fri Jul 11 02:05:00 BST 2014
- Inline::C separated from Inline
0.56_03 Thu Jul 10 13:36:04 BST 2014
- The "with" interface changed slightly - to get right $language use
$_[-1].
- Add Contrib file
0.56_02 Thu Jul 10 03:36:04 BST 2014
- Remove AutoLoader stuff.
0.56_01 Wed Jul 9 17:10:04 PDT 2014
- Move to Zilla-Dist
- Remove Inline::C from Inline dist
0.56 9 Jul 2014
- Clean up formatting and whitespace
- Removed a "sleep" from Inline::Foo::build
0.55_05 8 Jul 2014
- Make "with" hook return undef croak, test that.
0.55_04 8 Jul 2014
- Suppress warnings in older perls from C/t/14void_arg_PRD.t.
- setruid throws exception not just on Win32 - trap in t/08taint.t.
- C/t/14void_arg_PRD.t - Fix typo.
0.55_03 1 Jul 2014
- Update ToDo to post 0.44(!)
- repository cpan metadata added, typo fixes (thanks dsteinbrunner)
- Update "with" hook to be class method, not function (and test).
- Make "make dist" update C/C.pm and Inline::MakeMaker's $VERSION.
- Undo change disabling BUILD_NOISY for Win32 when shell eq 'cmd'
0.55_02 date Sun 22 Jun 2014
- Version updated to 0.55_02 and released to CPAN
- Inline.pm - additional changes to -T handling. (Thanks Ed J).
0.55_01 date Mon 5 May 2014
- Update version number to 0.55_01
0.55 date Mon 28 Apr 2014
- Version 0.55 released to CPAN
0.54_05 date Sun 13 Apr 2014
- Update version number to 0.54_05.
- Inline.pod - Add documentation regarding "with" and modules. (Thanks to
Ed J.)
0.54_04 date Wed 10 Apr 2014
- Add META.yml & META.json to distro
- Released to CPAN.
0.54_03 date Wed 9 Apr 2014
- Released to CPAN. (No changes from 0.54_01.)
0.54_01 Mon 31 Mar 2014
- Update version nmuyber to 0.54_01
- Makefile.PL - add META_MERGE info (thanks David Steinbrunner).
- Inline.pod - Correct typos (thanks David Steinbrunner).
0.54 Sat 29 Mar 2014
- Update version number to 0.54
- Release version 0.54 to CPAN
0.53_02 Fri 7 Mar 2014
- Update version to 0.53_02
0.53_01 Thurs 12 Sep 2013
- Inline.pm - Update version number to 0.53_01
0.53 Wed 1 May 2013
- Version 0.53 released to CPAN
0.52_02 Wed 24 Apr 2013
- Version 0.52_02 released to CPAN
0.52_01 Thurs 11 Apr 2013
- Version 0.52_01 released to CPAN
- Inline.pm - in sub read_DATA() replace:
@{$DATA{$pkg}} = split /(?m)(__\S+?__\n)/, $data
with:
@{$DATA{$pkg}} = split /(?m)^[ \t]{0,}(__\S+?__\n)/, $data;
Otherwise some non-markers can be treated as markers.
Thanks to Chris Nighswonger and Stefan Seifert.
Added C/t/21read_DATA.t and C/t/22read_DATA_2.t as the test cases.
NOTE: This is not a complete fix - it's still possible to
write code (albeit in an unorthodox fashion) such
that a non-marker can be treated as a marker.
0.52 Thurs 07 Mar 2013
- Version 0.52 released to CPAN
0.51_03 Wed 28 Nov 2012
- Version 0.51_03 released to CPAN
0.51_02 Tues 20 Nov 2012
- Version 0.51_02 released to CPAN
0.51_01 Tues 20 Nov 2012
- Version 0.51_01 released to CPAN
0.51 Sat 13 Oct 2012
- Version 0.51 released to CPAN.
0.50_03 Mon 8 Oct 2012
- Version 0.50_03 released to CPAN.
0.50_02 Tues 14 Feb 2012
- Inline.pm - Bump version number to 0.50_02
0.50_01 Wed 8 Feb 2012
- Inline.pm - Add a warning prior to croaking with
M62_invalid_config_file(). That way, we'll at least see what $config
contains. This is in response to FAIL report
http://www.cpantesters.org/cpan/report/3287249c-5151-11e1-9dba-4238887bd
19e
- Bump version number to 0.50_01
0.50 Tues 7 Feb 2012
- Version 0.50 released to CPAN
- Inline.pm - Bump version number to 0.50
0.49_02 Fri 3 Feb 2012
- Version 0.49_02 released to CPAN
- Inline.pm - Bring version numbering into line with recommendations made
in http://perldoc.perl.org/perlmodstyle.html#Version-numbering
0.49_01 Sun 25 Dec 2011
- As the result of input from David Oswald
- Inline.pod - Changes relating to "CONFIGURE_REQUIRES" and fix typo
reported in ticket 73108.
- Inline-FAQ.pod - Changes relating to "CONFIGURE_REQUIRES"
- Inline.pm - Bump version to 0.49_01
- lib/Inline/MakeMaker.pm - Bump version to 0.49_01
0.49 Thurs 8 Dec 2011
- Version 0.49 released to CPAN
- Inline.pm - small alteration to M19_usage_language error message
0.48_02 Fri 9 Sept 2011
- Bump Inline version to 0.48_02
0.48_01 Mon 11 Apr 2011
- Version 0.48_01 released to CPAN
- t/05files.t - Have t/05files.t provide a reason for skipping the tests.
- Inline.pm - Create REWRITE_CONFIG_FILE config option.
- Makefile.PL - Test::Warn 0.23 or later needed for perl-5.13 and later.
(Older perls need 0.21 or later).
|
|
Upstream changes:
1.002004 - 2014-07-09
- fix prerequisite declarations for older toolchain
1.002003 - 2014-07-09
- module loading is now done while importing, making it unnecessary to load
them beforehand (RT#96995, Christian Walde)
1.002002 - 2014-05-06
- minor metadata updates
1.002001 - 2014-03-04
- fix tests and Makefile.PL to support perl 5.6
|
|
|
|
ChangeLog:
Version 0.7.1 (2014-06-28) *100th Anniversary of the Assassination of Franz Ferdinand*
--------------------------------------------------------------------------------------
#### Package changes
* Add `IsList` instance for GHC >= 7.8 ([Icelandjack](https://github.com/Icelandjack))
|
|
Changes from https://github.com/tibbe/unordered-containers
0.2.5.0
- Test Read/Show instances
- Read instances
- Proper Show instance for HashMap
- IsList instances for GHC ≥ 7.8
|
|
|
|
entries on my machine. Seems no other ruby package has them. Bump
PKGREVISION.
|
|
* Remove SvREFCNT_dec_NN until it can be implemented
properly.
(Thanks to bulk88 for reporting GH #10)
* Fix GH #11 - compiler warning under clang
(Thanks to jhi for reporting it)
* Fix GH #12 - compiler warnings
(Thanks to jhi for reporting it)
* Add support for HeUTF8
* Add GetFileContents() to retrieve the contents of the
ppport.h file
* Update MAX_VER to be 5.20
* Update issue tracker to GitHub
* Add support for the following API
SvREFCNT_dec_NN
mg_findext
sv_unmagicext
* Update META
Move bug tracker to github
Provide link to repository
* Avoid syntax disallowed by C++11
(Thanks to Tony C for the patch)
* Fix cpan #87870: Merge core perl commit 90b0dc0e2e
(Thanks to Father Chrysostomos for the original patch and
to Steve Hay for forwarding it)
* Fix cpan #86975: Deterministically order API elements in POD
(Thanks to Karl Williamson for providing a patch.)
* Fix cpan #81796: my $_ is deprecated
(Thanks to Nicholas Clark for providing a patch)
* Fix cpan #81484: fix isASCII and isCNTRL for inputs > 255
(Thanks to Karl Williamson for providing a patch)
* Fix cpan #80314: make use of PERL_NO_GET_CONTEXT the default
* Fix cpan #79814: Install to 'site' for perl 5.11+
(Thanks to Robert Sedlacek for providing a patch)
* Fix cpan #78271: Need SvPV_nomg_nolen
* Adapt buildperl.pl for newer Perl releases
* Update masked_versions regex for 5.005 thread builds
* Some tweaks needed to support 5.003 on 64-bit platforms
|
|
|
|
|
|
CHANGELOG:
2.2.1
-------
* Provide MINIMAL pragmas for `MonadState`, `MonadWriter`, `MonadReader`
* Added a cyclic definition of `ask` in terms of `reader` for consistency with `get`/`put` vs. `state` and `tell` vs. `writer`
* Fix deprecation warnings caused by `transformers` 0.4 deprecating `ErrorT`.
* Added `Control.Monad.Except` in the style of the other `mtl` re-export modules
|
|
- Clarified use of 'file' for the 'provides' field in the Spec
- Added ability for CPAN::Meta::Converter to convert metadata fragments
(incomplete portions of a metadata structure)
- Optimized internal use of JSON for datastructure cloning
- Removed dependency on List::Util 1.33
- Clarified language around 'dynamic_config' in the Spec
- A change to the default meta-spec URL in 2.140630 from search.cpan.org
to metacpan.org broke Module::Build and ExtUtils::MakeMaker. This
reverts that change. Also added the missing change note to the prior
version.
- Default meta-spec URL points to metacpan.org instead of search.cpan.org
- Added a 'load_string' method that guesses whether the string
is YAML or JSON
|
|
- updated Makefile.PL logic to support PERL_NO_HIGHLANDER
- Better fix than 2.123. On old perls, rather than install into
'core', we continue to install into the proper 'site' library,
but force UNINST=1 when necessary to remove stale copies
from ExtUtils::MakeMaker
- On Perls prior to v5.12, CPAN::Meta::Requirements will be installed
into the 'core' library path to avoid an older version bundled with
ExtUtils::MakeMaker and installed there taking precedence.
|