The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Sub-QuoteX-Utils

0.08      2017-06-15 15:21:43-04:00 America/New_York

    * promote to production release.
    * no changes from 0.07


0.07      2017-02-01 17:43:14-05:00 America/New_York (TRIAL RELEASE)

  [BUG FIX]

    * classes which overloaded the bool operator were not handled
      correctly.

0.06      2017-01-12 10:08:20-05:00 America/New_York (TRIAL RELEASE)

  [BUILD FIX]

    * Diagnosis of build failure fixed by 0.05 was only partially correct.
      "use strict" _is_ propagated for Perl >= 5.10, but the error
      message changed between Perl 5.20 && 5.22.

0.05      2017-01-12 10:08:20-05:00 America/New_York (TRIAL RELEASE)

  [BUILD FIX]

    * t/lexicals.t depended upon "use strict" being propagated into
      the quoted subs environment.  This seems not to be the case in
      Perl < 5.22

0.04      2017-01-26 19:26:14-05:00 America/New_York (TRIAL RELEASE)

0.03      2016-12-18 07:16:46-05:00 America/New_York

  [DISTRIBUTION FIX]

    * distribution inadvertently contained a debug version of Sub::Quote
    * requires Sub::Quote version 2.002002 for sanitize_identifier

0.02      2016-12-16 17:23:01-05:00 America/New_York

  [BUG FIX]

    * quote_subs ensures that Sub::Quote::quote_sub gets the correct
      compile context and subroutine package.

  [ENHANCEMENTS]

    * quote_subs can now inline syntactically incomplete code
      snippets.

0.01      2016-12-16 09:59:32-05:00 America/New_York
    * Initial release