<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Changes</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>3d61058aa5c692477b6d18acfbbdb653a9930ff9 - Fix merge issues, remove excess files - match perl-5.40.1 dist</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes#3d61058aa5c692477b6d18acfbbdb653a9930ff9</link>
        <description>Fix merge issues, remove excess files - match perl-5.40.1 distok sthen@sooner rather than later deraadt@

            List of files:
            /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes</description>
        <pubDate>Tue, 28 Jan 2025 01:06:10 +0000</pubDate>
        <dc:creator>afresh1 &lt;afresh1@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>cf22c65b8bf6c73ea20c93a2dac86b70316d2fbc - Update to perl 5.36.3</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes#cf22c65b8bf6c73ea20c93a2dac86b70316d2fbc</link>
        <description>Update to perl 5.36.3No changes to perl, as those were already committed for the earlier errata.This just brings documentation and such in line with upstream.ok bluhm@

            List of files:
            /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes</description>
        <pubDate>Sat, 23 Dec 2023 21:02:20 +0000</pubDate>
        <dc:creator>afresh1 &lt;afresh1@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>204dddbb9c013d7d6710b288e6a205849f2f539a - Update to perl 5.36.1</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes#204dddbb9c013d7d6710b288e6a205849f2f539a</link>
        <description>Update to perl 5.36.1Many small bugfixesyou should commit 5.36.1 bluhm@

            List of files:
            /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes</description>
        <pubDate>Sat, 08 Jul 2023 14:18:35 +0000</pubDate>
        <dc:creator>afresh1 &lt;afresh1@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>eac174f2741a08d8deb8aae59a7f778ef9b5d770 - Fix merge issues, remove excess files - match perl-5.36.0 dist</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes#eac174f2741a08d8deb8aae59a7f778ef9b5d770</link>
        <description>Fix merge issues, remove excess files - match perl-5.36.0 distOK bluhm@a good time naddy@

            List of files:
            /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes</description>
        <pubDate>Wed, 15 Feb 2023 01:36:12 +0000</pubDate>
        <dc:creator>afresh1 &lt;afresh1@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>56d68f1e19ff848c889ecfa71d3a06340ff64892 - Fix merge issues, remove excess files - match perl-5.32.1 dist</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes#56d68f1e19ff848c889ecfa71d3a06340ff64892</link>
        <description>Fix merge issues, remove excess files - match perl-5.32.1 distOK sthen@

            List of files:
            /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes</description>
        <pubDate>Mon, 01 Mar 2021 23:19:42 +0000</pubDate>
        <dc:creator>afresh1 &lt;afresh1@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>4510546b7f0f46acfc00d93413b13b3c9fe8351b - Sync to perl 5.30.3</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes#4510546b7f0f46acfc00d93413b13b3c9fe8351b</link>
        <description>Sync to perl 5.30.3All functional changes were committed already, this updates theversion number, Module::Corelist, and documentation.

            List of files:
            /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes</description>
        <pubDate>Thu, 04 Jun 2020 01:34:59 +0000</pubDate>
        <dc:creator>afresh1 &lt;afresh1@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>98dafc01a631e8efdda861c8d6ff5833eae69524 - Update perl to 5.30.2</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes#98dafc01a631e8efdda861c8d6ff5833eae69524</link>
        <description>Update perl to 5.30.2https://metacpan.org/pod/release/SHAY/perl-5.30.2/pod/perldelta.podIncompatible Changes    There are no changes intentionally incompatible with 5.30.0.Updated Modules and Pragmata  * Compress::Raw::Bzip2 has been upgraded from version 2.084 to 2.089.  * Module::CoreList has been upgraded from version 5.20191110 to 5.20200314.Selected Bug Fixes  * printf() or sprintf() with the %n format no longer cause a panic    on debugging builds, or report an incorrectly cached length value    when producing SVfUTF8 flagged strings.  * A memory leak in regular expression patterns has been fixed.  * A read beyond buffer in grok_infnan has been fixed.  * An assertion failure in the regular expression engine has been fixed.  * (?{...}) eval groups in regular expressions no longer unintentionally    trigger &quot;EVAL without pos change exceeded limit in regex&quot;.Proceed when you feel comfortable. deraadt@

            List of files:
            /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes</description>
        <pubDate>Thu, 09 Apr 2020 01:32:10 +0000</pubDate>
        <dc:creator>afresh1 &lt;afresh1@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>b46d8ef224b95de1dddcd1f01c1ab482f0ab3778 - Fix merge issues, remove excess files - match perl-5.30.1 dist</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes#b46d8ef224b95de1dddcd1f01c1ab482f0ab3778</link>
        <description>Fix merge issues, remove excess files - match perl-5.30.1 distTiming is good deraadt@, OK sthen@

            List of files:
            /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes</description>
        <pubDate>Mon, 30 Dec 2019 02:13:39 +0000</pubDate>
        <dc:creator>afresh1 &lt;afresh1@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>e603c72f713dd59b67030a9b97ec661800da159e - Update to perl 5.28.2</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes#e603c72f713dd59b67030a9b97ec661800da159e</link>
        <description>Update to perl 5.28.2Minor bugfixes and documentation improvments.  See perldelta for details.https://metacpan.org/pod/release/SHAY/perl-5.28.2/pod/perldelta.podOK bluhm@

            List of files:
            /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes</description>
        <pubDate>Fri, 24 May 2019 21:33:50 +0000</pubDate>
        <dc:creator>afresh1 &lt;afresh1@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>9f11ffb7133c203312a01e4b986886bc88c7d74b - Fix merge issues, remove excess files - match perl-5.28.1 dist</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes#9f11ffb7133c203312a01e4b986886bc88c7d74b</link>
        <description>Fix merge issues, remove excess files - match perl-5.28.1 distlooking good sthen@, Great! bluhm@

            List of files:
            /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes</description>
        <pubDate>Wed, 13 Feb 2019 21:15:00 +0000</pubDate>
        <dc:creator>afresh1 &lt;afresh1@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>c0dd97bfcad3dab6c31ec12b9de1274fd2d2f993 - Fix merge issues, remove excess files - match perl-5.24.3 dist</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes#c0dd97bfcad3dab6c31ec12b9de1274fd2d2f993</link>
        <description>Fix merge issues, remove excess files - match perl-5.24.3 distok bluhm@

            List of files:
            /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes</description>
        <pubDate>Sun, 29 Oct 2017 22:37:14 +0000</pubDate>
        <dc:creator>afresh1 &lt;afresh1@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>de18eedb1d177e2a8ac32356c93ab698027bc41f - Fix merge issues, remove excess files - match perl-5.24.2 dist</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes#de18eedb1d177e2a8ac32356c93ab698027bc41f</link>
        <description>Fix merge issues, remove excess files - match perl-5.24.2 distOK bluhm@, Reads ok sthen@

            List of files:
            /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes</description>
        <pubDate>Mon, 14 Aug 2017 13:48:45 +0000</pubDate>
        <dc:creator>afresh1 &lt;afresh1@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>b8851fcc53cbe24fd20b090f26dd149e353f6174 - Fix merge issues, remove excess files - match perl-5.24.1 dist</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes#b8851fcc53cbe24fd20b090f26dd149e353f6174</link>
        <description>Fix merge issues, remove excess files - match perl-5.24.1 dist

            List of files:
            /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes</description>
        <pubDate>Sun, 05 Feb 2017 00:31:51 +0000</pubDate>
        <dc:creator>afresh1 &lt;afresh1@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>fb8aa7497fded39583f40e800732f9c046411717 - Update to perl 5.20.3</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes#fb8aa7497fded39583f40e800732f9c046411717</link>
        <description>Update to perl 5.20.3OK bluhm@

            List of files:
            /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes</description>
        <pubDate>Sun, 03 Jul 2016 01:07:47 +0000</pubDate>
        <dc:creator>afresh1 &lt;afresh1@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>5273661442d41c59cfc27ce8fbf8e4fbc91b2dc0 - Import perl-5.20.2</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes#5273661442d41c59cfc27ce8fbf8e4fbc91b2dc0</link>
        <description>Import perl-5.20.2

            List of files:
            /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes</description>
        <pubDate>Sat, 25 Apr 2015 19:10:05 +0000</pubDate>
        <dc:creator>afresh1 &lt;afresh1@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>6fb12b7054efc6b436584db6cef9c2f85c0d7e27 - Import perl-5.20.1</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes#6fb12b7054efc6b436584db6cef9c2f85c0d7e27</link>
        <description>Import perl-5.20.1

            List of files:
            /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes</description>
        <pubDate>Mon, 17 Nov 2014 20:52:31 +0000</pubDate>
        <dc:creator>afresh1 &lt;afresh1@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>91f110e064cd7c194e59e019b83bb7496c1c84d4 - Import perl-5.18.2</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes#91f110e064cd7c194e59e019b83bb7496c1c84d4</link>
        <description>Import perl-5.18.2OK espie@ sthen@ deraadt@

            List of files:
            /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes</description>
        <pubDate>Mon, 24 Mar 2014 14:58:42 +0000</pubDate>
        <dc:creator>afresh1 &lt;afresh1@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>898184e3e61f9129feb5978fad5a8c6865f00b92 - import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myself</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes#898184e3e61f9129feb5978fad5a8c6865f00b92</link>
        <description>import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myself

            List of files:
            /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes</description>
        <pubDate>Mon, 25 Mar 2013 20:06:16 +0000</pubDate>
        <dc:creator>sthen &lt;sthen@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>b39c515898423c8d899e35282f4b395f7cad3298 - Perl 5.12.2 from CPAN</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes#b39c515898423c8d899e35282f4b395f7cad3298</link>
        <description>Perl 5.12.2 from CPAN

            List of files:
            /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/Changes</description>
        <pubDate>Fri, 24 Sep 2010 14:48:16 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
</channel>
</rss>
