CINXE.COM

Changes - metacpan.org

<!DOCTYPE html> <html lang="en-US"> <head> <title>Changes - metacpan.org</title> <link rel="preload" as="fetch" href="/account/login_status" crossorigin="anonymous" /> <link href="/assets/style-XFEQ536G.css" rel="stylesheet" type="text/css"> <script src="/assets/main-WXBSEDQJ.js" type="module"></script> <link rel="alternate" type="application/rss+xml" title="Recent CPAN Uploads of parent - MetaCPAN" href="/dist/parent/releases.rss" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5"> <link rel="shortcut icon" href="/static/icons/favicon.ico"> <link rel="apple-touch-icon" sizes="152x152" href="/static/icons/apple-touch-icon.png"> <link rel="search" href="/static/opensearch.xml" type="application/opensearchdescription+xml" title="MetaCPAN"> <script async src="https://perl-ads.perlhacks.com/perl-ads.js"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-E82Q2V8LVD"></script> </head> <body> <nav class="navbar navbar-default" role="navigation"> <div class="header-logo-large hidden-xs"> <a href="/" tabindex="0"> <svg class="logo" aria-label="MetaCPAN"> <use class="logo" href="/static/images/metacpan-logo.svg#logo" /> </svg> </a> </div> <div class="header-logo-icon visible-xs"> <a href="/"> <svg class="logo" aria-label="MetaCPAN"> <use class="logo" href="/static/images/metacpan-logo.svg#dots" /> </svg> </a> </div> <ul class="nav navbar-nav menu-items hidden-xs hidden-sm"> <li><a href="/about">About</a></li> <li><a href="/about/sponsors">Sponsor</a></li> <li><a href="https://grep.metacpan.org/">grep::cpan</a></li> <li><a href="/recent">Recent</a></li> <li><a href="/about/faq">FAQ</a></li> <li><a href="/tools">Tools</a></li> <li><a href="https://fastapi.metacpan.org/">API</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <button type="button" class="searchbar-btn visible-xs visible-sm"> <i class="fa fa-search button-fa-icon"></i> </button> <form action="/search" class="searchbar-form visible-md visible-lg search-form form-horizontal"> <input type="hidden" name="size" id="metacpan_search-size" value="20"> <div class="form-group"> <div class="search-group"> <i class="fa fa-search"></i> <input type="text" name="q" placeholder="Search the CPAN" size="41" autocorrect="off" autocapitalize="off" spellcheck="false" id="metacpan_search-input" class="form-control" value=""> </div> </div> </form> <li class="icon-slidepanel visible-xs visible-sm"> <button data-toggle="slidepanel" data-target=".slidepanel"> <span class="button-fa-icon"> <i class="fa fa-bars slidepanel-open"></i> <i class="fa fa-times slidepanel-close"></i> </span> </button> </li> <li class="dropdown login-dropdown show-logged-in"> <button type="button" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-user button-fa-icon logged-in-icon" aria-hidden="true"></i> <i class="fas fa-chevron-down"></i> </button> <ul class="dropdown-menu"> <li><a href="/account/identities">Identities</a></li> <li><a href="/account/profile">Profile</a></li> <li><a href="/account/favorite/list">Favorites</a></li> <li> <a href="#" type="button" class="logout-button"> Logout </a> </li> </ul> </li> <li class="dropdown login-dropdown show-logged-out"> <button type="button" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-user button-fa-icon avatar-placeholder" aria-hidden="true"></i> <i class="fas fa-chevron-down"></i> </button> <ul class="dropdown-menu"> <li> <a href="/login/github"> <i class="fab fa-github fa-fw"></i> GitHub </a> </li> <li> <a href="/login/twitter"> <i class="fab fa-twitter fa-fw"></i> Twitter </a> </li> <li> <a href="/login/google"> <i class="fab fa-google fa-fw"></i> Google </a> </li> </ul> </li> <li class="dropdown login-dropdown hide-logged-in hide-logged-out"> <button> <i class="fa fa-user button-fa-icon" aria-hidden="true"></i> </button> </li> </ul> </nav> <div class="page-content "> <div id="perl-ad-target" class="top-notify-banner perl-ad-target"> </div> <nav class="sidebar"> <div class="slidepanel"> <ul class="nav-list "> <li class="nav-header">Tools</li> <li> <a data-keyboard-shortcut="g d" href="/release/CORION/parent-0.244">Release Info</a> </li> <li> <a data-keyboard-shortcut="g a" href="/author/CORION">Author</a> </li> <li>&nbsp;</li> <li><a href="https://fastapi.metacpan.org/source/CORION/parent-0.244/Changes">Raw code</a></li> <li><a href="/release/CORION/parent-0.244/source/Changes">Permalink</a></li> <li> <a href="/release/CORION/parent-0.244/raw/Changes?download=1">Download</a> </li> <li><button class="btn-link pod-toggle pod-hidden"><span class="hide-pod">Hide</span><span class="show-pod">Show</span> Pod</button></li> <li class="nav-header">Info</li> <li>131 lines of code</li> <li>0 lines of pod</li> <li>5.64K bytes</li> </ul> </div> </nav> <div class="content-navigation"> <div class="breadcrumbs"> <a data-keyboard-shortcut="g s" href="/release/CORION/parent-0.244/source">CORION / parent-0.244</a> / Changes </div> </div> <main class="content"> <pre id="metacpan_source" class="line-numbers pod-toggle pod-hidden" data-pod-lines=""><code class="language-plain">0.244 2024-12-13 . Update (commented) comparison with $] to use quotes (contributed by BOOK) 0.243 2024-11-27 . Reinstate test for apostrophe as package separator, as the package separator is allowed again . No code change, only tests have been amended 0.242 2024-08-12 . Don&#39;t test for apostrophe as package separator on Perl versions after 5.41 (contributed by Tony Cook) . Protect against modules changing @_ 0.241 2023-02-14 . Actually manually add the changes since I messed up the last release . No code changes, no need to upgrade 0.240 2023-02-13 . Use Test::More::isnt() instead of Test::More::isn&#39;t in tests, which is deprecated, as &#39; isn&#39;t allowed as package separator in an upcoming version of Perl Contributed by Tony Cook, many thanks . No code changes, no need to upgrade 0.239 2022-12-06 . Harden against changes to require error messages. The &#39;@INC contains&#39; may change in a future release of perl, this hardens the test to not be sensitive to the exact words chosen. See: https://github.com/Perl/perl5/pull/20547 0.238 2020-02-07 . Move the prerequisite Test::More from being a runtime prerequisite to a test time / build time prerequisite (PR #11, by Haarg) 0.237 2018-07-06 . Don&#39;t load vars.pm This drops compatibility with Perl versions before Perl 5.006. Patch provided by Atoomic and guillemj RT#132077 0.236 2016-10-09 . Disable benchmark test rt62341.t as it runs out of memory on many smoker systems; closes RT #118310 . No code changes, no need to upgrade 0.235 2016-10-09 . Add Travis test configuration (contributed by James McCoy) . Make test for PMC availability more reliable (contibuted by E. Choroba) . No code changes, no need to upgrade 0.234 2015-05-27 . Fix the test for PMC loading to work on versions on Perl that don&#39;t have Config::non_bincompat_options (HAARG). Fixes RT#102626 . 0.233 2015-05-25 ! The diagnostic about inheriting from ourselves was removed. It served no own purpose as Perl already warns if we try to inherit in a circular way. Contributed by Aristoteles Pagaltzis 0.232 2015-03-19 . Change line-endings in parent-pmc.t to unix EOLs so that bleadperl is happy . No code changes, no need to upgrade 0.231 2015-03-09 . Really restore test compatibility where Perl does not provide &amp;Config::non_bincompat_options. This affected Perl versions &lt; 5.14 (RT #102626, patch by Matthew Horsfall) . No code changes, no need to upgrade 0.230 2015-03-09 . Restore test compatibility where Perl does not provide &amp;Config::non_bincompat_options. This affected Perl versions &lt; 5.14 (RT #102626) . No code changes, no need to upgrade 0.229 2015-03-07 . Add link to (Github) repository Thanks to Neil Bowers for the idea . Guard tests against PERL_DISABLE_PMC Contributed by Bulk88 . No code changes, no need to upgrade 0.228 2013-09-17 . Fix RT #88450, install into site/ for 5.12+ Thanks to haarg for the report 0.227 2013-09-01 . Fix RT #88320, restore tests passing for 5.17.5+ Thanks to Zefram for the report and contributing the fix 0.226 2013-07-29 . Fix RT #86890, restore tests passing for 5.18+ Thanks to Petr Pisar for the report 0.225 2011-03-08 . Applied a docpatch by Robin Barker to fix the documentation about the warning of inheriting from yourself. Fixes RT #66459 0.224 2010-10-31 . Change assignment @ISA = (@ISA, &#39;new::class&#39;) to use push @ISA, &#39;new::class&#39; This should make class creation faster from 5.10 onwards and reverts a change made in 2.14. If this is critically slow for you and you can&#39;t upgrade your version of Perl, use the old way. 0.223 2009-09-01 . No functional changes, no need to upgrade + Fix Makefile.PL so that (re)installing parent under 5.10.1+ installs into perl/ instead of site/, patched by J.D.Hedden fixes RT #49328 0.222 2009-08-28 . No functional changes, no need to upgrade + Documentation fix suggested by Clinton Gormley + Test fix for Perl compiled without PMC support, spotted and fixed by Nicholas Clark + Distribution changes to placate Module::Release 0.221 2008-03-06 . No functional changes, no need to upgrade + Tests, INSTALLDIRS changed for bleadperl integration 0.220 2008-03-04 . No functional changes, no need to upgrade + Removed beta status 0.219 2007-10-20 . No functional changes, no need to upgrade + Added LICENSE section to clarify the license of this code 0.218 2007-08-19 . No functional changes + Code cleanup as suggested by A. Pagaltzis 0.217 2007-08-15 + Fixed test failure reported by David Cantrell + Ripped out most of the logic. All you can do is now specify that the base classes should not be loaded from a file via C&lt;-norequire&gt;. + 5.004 compatibility restored by S茅bastien Aperghis-Tramoni (mostly it&#39;s the test suite that breaks ...) 0.216 2007-08-05 Add a test for (transparently) loading a .pmc Loading from an arbitrary file is now possible Class names may not contain a forward slash anymore 0.215 2007-08-02 Changed version to a 0.x version to indicate beta status 5.004 compatibility patch by S茅bastien Aperghis-Tramoni Added a test for a module that returns a false value on load 5.9.x performance improvement change - modify @ISA by assignment 2.14 2007-08-02 Commented out &quot;use strict&quot; and &quot;use vars qw()&quot; and &quot;no strict()&quot; Changed @ISA modification to better suit the MRO 2.13 2007-08-01 Forked from base.pm </code></pre> </main> <div class="content-pagination"> </div> </div> <footer class="footer"> <div class="footer-container"> <div class="footer-social"> <div class="footer-link footer-logo"> <a href="/"> <img src="/static/images/metacpan-logo.svg" alt="MetaCPAN" /> </a> </div> <a class="footer-social-link" href="https://github.com/metacpan"> <i class="fab fa-github-square"></i> </a> <a class="footer-social-link" href="https://fosstodon.org/@metacpan"> <i class="fab fa-mastodon"></i> </a> </div> <div class="footer-links"> <div class="footer-link"> <a href="/about">About</a> </div> <div class="footer-link"> <a href="/about/sponsors">Sponsor</a> </div> <div class="footer-link"> <a href="https://grep.metacpan.org">grep::cpan</a> </div> <div class="footer-link"> <a href="/recent">Recent</a> </div> <div class="footer-link"> <a href="/about/faq">FAQ</a> </div> <div class="footer-link"> <a href="/tools">Tools</a> </div> <div class="footer-link"> <a href="https://fastapi.metacpan.org/">API</a> </div> <div class="footer-link"> <a href="https://www.perl.org/">Perl.org</a> </div> </div> <div class="footer-sponsors"> <a class="footer-sponsor-link" target="_blank" href="https://www.bytemark.co.uk/" rel="noopener"> <img class="footer-sponsor-bytemark" src="/static/images/sponsors/bytemark_logo.svg" alt="Bytemark logo"> </a> <a class="footer-sponsor-link" target="_blank" href="https://www.liquidweb.com/" rel="noopener"> <img class="footer-sponsor-liquidweb" src="/static/images/sponsors/liquidweb_logo.png" alt="liquidweb logo"> </a> <a class="footer-sponsor-link" target="_blank" href="https://deriv.com/careers/" rel="noopener"> <img class="footer-sponsor-deriv" src="/static/images/sponsors/deriv.svg" alt="Deriv logo"> </a> <a class="footer-sponsor-link" target="_blank" href="https://geocode.xyz" rel="noopener"> <img class="footer-sponsor-geocode" src="/static/images/sponsors/geocodelogo.svg" alt="Geocode logo"> </a> <a class="footer-sponsor-link" target="_blank" href="https://www.fastly.com/" rel="noopener"> <img class="footer-sponsor-fastly" src="/static/images/sponsors/fastly_logo.svg" alt="Fastly logo"> </a> <a class="footer-sponsor-link" target="_blank" href="https://opencagedata.com" rel="noopener"> <img class="footer-sponsor-opencage" src="/static/images/sponsors/open-cage.svg" alt="OpenCage logo"> </a> <!-- Added 2024-07-22 --> <a class="footer-sponsor-link" target="_blank" href="https://www.elastic.co/" rel="noopener"> <img class="footer-sponsor-elastic" src="/static/images/sponsors/elastic.svg" alt="Elastic logo"> </a> <!-- Added 2024-07-22 --> <a class="footer-sponsor-link" target="_blank" href="https://route4me.com/" rel="noopener"> <img class="footer-sponsor-route4me" src="/static/images/sponsors/route4me.png" alt="Route4Me logo"> </a> </div> </div> </footer> <div class="modal fade" tabindex="-1" role="dialog" id="metacpan_keyboard-shortcuts"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">&times;</button> <h4 class="modal-title">Keyboard Shortcuts</h4> </div> <div class="modal-body row"> <div class="col-md-6"> <table class="table keyboard-shortcuts"> <thead> <tr> <th></th> <th>Global</th> </tr> </thead> <tbody> <tr> <td class="keys"> <kbd>s</kbd> </td> <td>Focus search bar</td> </tr> <tr> <td class="keys"> <kbd>?</kbd> </td> <td>Bring up this help dialog</td> </tr> </tbody> </table> <table class="table keyboard-shortcuts"> <thead> <tr> <th></th> <th>GitHub</th> </tr> </thead> <tbody> <tr> <td class="keys"> <kbd>g</kbd> <kbd>p</kbd> </td> <td>Go to pull requests</td> </tr> <tr> <td class="keys"> <kbd>g</kbd> <kbd>i</kbd> </td> <td>go to github issues (only if github is preferred repository)</td> </tr> </tbody> </table> </div> <div class="col-md-6"> <table class="table keyboard-shortcuts"> <thead> <tr> <th></th> <th>POD</th> </tr> </thead> <tbody> <tr> <td class="keys"> <kbd>g</kbd> <kbd>a</kbd> </td> <td>Go to author</td> </tr> <tr> <td class="keys"> <kbd>g</kbd> <kbd>c</kbd> </td> <td>Go to changes</td> </tr> <tr> <td class="keys"> <kbd>g</kbd> <kbd>i</kbd> </td> <td>Go to issues</td> </tr> <tr> <td class="keys"> <kbd>g</kbd> <kbd>d</kbd> </td> <td>Go to dist</td> </tr> <tr> <td class="keys"> <kbd>g</kbd> <kbd>r</kbd> </td> <td>Go to repository/SCM</td> </tr> <tr> <td class="keys"> <kbd>g</kbd> <kbd>s</kbd> </td> <td>Go to source</td> </tr> <tr> <td class="keys"> <kbd>g</kbd> <kbd>b</kbd> </td> <td>Go to file browse</td> </tr> </tbody> </table> </div> <div class="col-md-12"> <table class="table keyboard-shortcuts"> <thead> <tr> <th></th> <th>Search terms</th> </tr> </thead> <tbody> <tr> <td><em>module:</em> (e.g. <a href="/search?q=module%3APlugin">module:Plugin</a>)</td> </tr> <tr> <td><em>distribution:</em> (e.g. <a href="/search?q=distribution%3ADancer+auth">distribution:Dancer auth</a>)</td> </tr> <tr> <td><em>author:</em> (e.g. <a href="/search?q=author%3ASONGMU+Redis">author:SONGMU Redis</a>)</td> </tr> <tr> <td><em>version:</em> (e.g. <a href="/search?q=version%3A1.00">version:1.00</a>)</td> </tr> </tbody> </table> </div> </div> <div class="modal-footer"></div> </div> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10