Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-PPIx-QuoteLike for 
openSUSE:Factory checked in at 2021-10-26 20:14:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-PPIx-QuoteLike (Old)
 and      /work/SRC/openSUSE:Factory/.perl-PPIx-QuoteLike.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-PPIx-QuoteLike"

Tue Oct 26 20:14:08 2021 rev:13 rq:927516 version:0.018

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-PPIx-QuoteLike/perl-PPIx-QuoteLike.changes  
2021-04-22 18:06:23.466737033 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-PPIx-QuoteLike.new.1890/perl-PPIx-QuoteLike.changes
        2021-10-26 20:14:53.590047822 +0200
@@ -1,0 +2,15 @@
+Sat Oct 23 03:07:46 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 0.018
+   see /usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
+
+  0.018                2021-10-22      T. R. Wyant
+      Argument postderef is now fatal.
+
+      Correct generation of 'provides' metadata.  Thanks to Favio Poletti
+      for blogging
+      
https://github.polettix.it/ETOOBUSY/2021/06/15/the-real-pause-workaround/,
+      and ultimately to Joel Berger for the pointer to
+      https://metacpan.org/pod/CPAN::Meta::Spec#no_index
+
+-------------------------------------------------------------------

Old:
----
  PPIx-QuoteLike-0.017.tar.gz

New:
----
  PPIx-QuoteLike-0.018.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-PPIx-QuoteLike.spec ++++++
--- /var/tmp/diff_new_pack.aA9d6l/_old  2021-10-26 20:14:54.038048058 +0200
+++ /var/tmp/diff_new_pack.aA9d6l/_new  2021-10-26 20:14:54.042048060 +0200
@@ -18,7 +18,7 @@
 
 %define cpan_name PPIx-QuoteLike
 Name:           perl-PPIx-QuoteLike
-Version:        0.017
+Version:        0.018
 Release:        0
 Summary:        Parse Perl string literals and string-literal-like things
 License:        Artistic-1.0 OR GPL-1.0-or-later

++++++ PPIx-QuoteLike-0.017.tar.gz -> PPIx-QuoteLike-0.018.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPIx-QuoteLike-0.017/Build.PL 
new/PPIx-QuoteLike-0.018/Build.PL
--- old/PPIx-QuoteLike-0.017/Build.PL   2021-04-16 12:14:09.000000000 +0200
+++ new/PPIx-QuoteLike-0.018/Build.PL   2021-10-22 14:59:26.000000000 +0200
@@ -31,9 +31,10 @@
 
 if ( $mbv >= 0.28 ) {
     $args{meta_merge} = $meta->meta_merge();
+    $args{no_index} = $meta->no_index();
     $args{meta_add} = {
-       no_index        => $meta->no_index(),
-    };
+       $meta->provides(),
+    },
 }
 
 $mbv >= 0.34
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPIx-QuoteLike-0.017/Changes 
new/PPIx-QuoteLike-0.018/Changes
--- old/PPIx-QuoteLike-0.017/Changes    2021-04-16 12:14:09.000000000 +0200
+++ new/PPIx-QuoteLike-0.018/Changes    2021-10-22 14:59:26.000000000 +0200
@@ -1,3 +1,12 @@
+0.018          2021-10-22      T. R. Wyant
+    Argument postderef is now fatal.
+
+    Correct generation of 'provides' metadata.  Thanks to Favio Poletti
+    for blogging
+    https://github.polettix.it/ETOOBUSY/2021/06/15/the-real-pause-workaround/,
+    and ultimately to Joel Berger for the pointer to
+    https://metacpan.org/pod/CPAN::Meta::Spec#no_index
+
 0.017          2021-04-16      T. R. Wyant
     All uses of the postderef argument to new() now warn.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPIx-QuoteLike-0.017/META.json 
new/PPIx-QuoteLike-0.018/META.json
--- old/PPIx-QuoteLike-0.017/META.json  2021-04-16 12:14:09.000000000 +0200
+++ new/PPIx-QuoteLike-0.018/META.json  2021-10-22 14:59:26.000000000 +0200
@@ -15,6 +15,7 @@
    "name" : "PPIx-QuoteLike",
    "no_index" : {
       "directory" : [
+         "eg",
          "inc",
          "t",
          "xt"
@@ -57,51 +58,51 @@
    "provides" : {
       "PPIx::QuoteLike" : {
          "file" : "lib/PPIx/QuoteLike.pm",
-         "version" : "0.017"
+         "version" : "0.018"
       },
       "PPIx::QuoteLike::Constant" : {
          "file" : "lib/PPIx/QuoteLike/Constant.pm",
-         "version" : "0.017"
+         "version" : "0.018"
       },
       "PPIx::QuoteLike::Dumper" : {
          "file" : "lib/PPIx/QuoteLike/Dumper.pm",
-         "version" : "0.017"
+         "version" : "0.018"
       },
       "PPIx::QuoteLike::Token" : {
          "file" : "lib/PPIx/QuoteLike/Token.pm",
-         "version" : "0.017"
+         "version" : "0.018"
       },
       "PPIx::QuoteLike::Token::Control" : {
          "file" : "lib/PPIx/QuoteLike/Token/Control.pm",
-         "version" : "0.017"
+         "version" : "0.018"
       },
       "PPIx::QuoteLike::Token::Delimiter" : {
          "file" : "lib/PPIx/QuoteLike/Token/Delimiter.pm",
-         "version" : "0.017"
+         "version" : "0.018"
       },
       "PPIx::QuoteLike::Token::Interpolation" : {
          "file" : "lib/PPIx/QuoteLike/Token/Interpolation.pm",
-         "version" : "0.017"
+         "version" : "0.018"
       },
       "PPIx::QuoteLike::Token::String" : {
          "file" : "lib/PPIx/QuoteLike/Token/String.pm",
-         "version" : "0.017"
+         "version" : "0.018"
       },
       "PPIx::QuoteLike::Token::Structure" : {
          "file" : "lib/PPIx/QuoteLike/Token/Structure.pm",
-         "version" : "0.017"
+         "version" : "0.018"
       },
       "PPIx::QuoteLike::Token::Unknown" : {
          "file" : "lib/PPIx/QuoteLike/Token/Unknown.pm",
-         "version" : "0.017"
+         "version" : "0.018"
       },
       "PPIx::QuoteLike::Token::Whitespace" : {
          "file" : "lib/PPIx/QuoteLike/Token/Whitespace.pm",
-         "version" : "0.017"
+         "version" : "0.018"
       },
       "PPIx::QuoteLike::Utils" : {
          "file" : "lib/PPIx/QuoteLike/Utils.pm",
-         "version" : "0.017"
+         "version" : "0.018"
       }
    },
    "release_status" : "stable",
@@ -119,6 +120,6 @@
          "web" : "https://github.com/trwyant/perl-PPIx-QuoteLike";
       }
    },
-   "version" : "0.017",
+   "version" : "0.018",
    "x_serialization_backend" : "JSON::PP version 4.06"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPIx-QuoteLike-0.017/META.yml 
new/PPIx-QuoteLike-0.018/META.yml
--- old/PPIx-QuoteLike-0.017/META.yml   2021-04-16 12:14:09.000000000 +0200
+++ new/PPIx-QuoteLike-0.018/META.yml   2021-10-22 14:59:26.000000000 +0200
@@ -18,46 +18,47 @@
 name: PPIx-QuoteLike
 no_index:
   directory:
+    - eg
     - inc
     - t
     - xt
 provides:
   PPIx::QuoteLike:
     file: lib/PPIx/QuoteLike.pm
-    version: '0.017'
+    version: '0.018'
   PPIx::QuoteLike::Constant:
     file: lib/PPIx/QuoteLike/Constant.pm
-    version: '0.017'
+    version: '0.018'
   PPIx::QuoteLike::Dumper:
     file: lib/PPIx/QuoteLike/Dumper.pm
-    version: '0.017'
+    version: '0.018'
   PPIx::QuoteLike::Token:
     file: lib/PPIx/QuoteLike/Token.pm
-    version: '0.017'
+    version: '0.018'
   PPIx::QuoteLike::Token::Control:
     file: lib/PPIx/QuoteLike/Token/Control.pm
-    version: '0.017'
+    version: '0.018'
   PPIx::QuoteLike::Token::Delimiter:
     file: lib/PPIx/QuoteLike/Token/Delimiter.pm
-    version: '0.017'
+    version: '0.018'
   PPIx::QuoteLike::Token::Interpolation:
     file: lib/PPIx/QuoteLike/Token/Interpolation.pm
-    version: '0.017'
+    version: '0.018'
   PPIx::QuoteLike::Token::String:
     file: lib/PPIx/QuoteLike/Token/String.pm
-    version: '0.017'
+    version: '0.018'
   PPIx::QuoteLike::Token::Structure:
     file: lib/PPIx/QuoteLike/Token/Structure.pm
-    version: '0.017'
+    version: '0.018'
   PPIx::QuoteLike::Token::Unknown:
     file: lib/PPIx/QuoteLike/Token/Unknown.pm
-    version: '0.017'
+    version: '0.018'
   PPIx::QuoteLike::Token::Whitespace:
     file: lib/PPIx/QuoteLike/Token/Whitespace.pm
-    version: '0.017'
+    version: '0.018'
   PPIx::QuoteLike::Utils:
     file: lib/PPIx/QuoteLike/Utils.pm
-    version: '0.017'
+    version: '0.018'
 requires:
   Carp: '0'
   Encode: '0'
@@ -78,5 +79,5 @@
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=PPIx-QuoteLike
   license: http://dev.perl.org/licenses/
   repository: git://github.com/trwyant/perl-PPIx-QuoteLike.git
-version: '0.017'
+version: '0.018'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPIx-QuoteLike-0.017/Makefile.PL 
new/PPIx-QuoteLike-0.018/Makefile.PL
--- old/PPIx-QuoteLike-0.017/Makefile.PL        2021-04-16 12:14:09.000000000 
+0200
+++ new/PPIx-QuoteLike-0.018/Makefile.PL        2021-10-22 14:59:26.000000000 
+0200
@@ -33,8 +33,9 @@
 if ( $mmv >= 6.4501 ) {
     $args{META_ADD} = {
        no_index => $meta->no_index(),
+       $meta->provides(),
     };
-    $args{META_MERGE} = $meta->meta_merge( $meta->provides() );
+    $args{META_MERGE} = $meta->meta_merge();
 }
 
 $mmv >= 6.4701
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPIx-QuoteLike-0.017/eg/pqldump 
new/PPIx-QuoteLike-0.018/eg/pqldump
--- old/PPIx-QuoteLike-0.017/eg/pqldump 2021-04-16 12:14:09.000000000 +0200
+++ new/PPIx-QuoteLike-0.018/eg/pqldump 2021-10-22 14:59:26.000000000 +0200
@@ -9,7 +9,7 @@
 use Pod::Usage;
 use PPIx::QuoteLike::Dumper;
 
-our $VERSION = '0.017';
+our $VERSION = '0.018';
 
 my %opt;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPIx-QuoteLike-0.017/eg/variables 
new/PPIx-QuoteLike-0.018/eg/variables
--- old/PPIx-QuoteLike-0.017/eg/variables       2021-04-16 12:14:09.000000000 
+0200
+++ new/PPIx-QuoteLike-0.018/eg/variables       2021-10-22 14:59:26.000000000 
+0200
@@ -10,7 +10,7 @@
 use PPI::Document;
 use PPIx::QuoteLike::Utils qw{ __variables };
 
-our $VERSION = '0.017';
+our $VERSION = '0.018';
 
 my %opt;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPIx-QuoteLike-0.017/inc/My/Module/Meta.pm 
new/PPIx-QuoteLike-0.018/inc/My/Module/Meta.pm
--- old/PPIx-QuoteLike-0.017/inc/My/Module/Meta.pm      2021-04-16 
12:14:09.000000000 +0200
+++ new/PPIx-QuoteLike-0.018/inc/My/Module/Meta.pm      2021-10-22 
14:59:26.000000000 +0200
@@ -87,22 +87,56 @@
 
 sub no_index {
     return +{
-      directory => [
-                     'inc',
-                     't',
-                     'xt',
-                   ],
+       directory => [ qw{ eg inc t xt } ],
     };
 }
 
 sub provides {
-    -d 'lib'
-       or return;
+    my $provides;
     local $@ = undef;
-    my $provides = eval {
+
+    eval {
+       require CPAN::Meta;
+       require ExtUtils::Manifest;
        require Module::Metadata;
-       Module::Metadata->provides( version => 2, dir => 'lib' );
+
+       my $manifest;
+       {
+           local $SIG{__WARN__} = sub {};
+           $manifest = ExtUtils::Manifest::maniread();
+       }
+       keys %{ $manifest || {} }
+           or return;
+
+       # Skeleton so we can use should_index_file() and
+       # should_index_package().
+       my $meta = CPAN::Meta->new( {
+               name    => 'Euler',
+               version => 2.71828,
+               no_index        => no_index(),
+           },
+       );
+
+       # The Module::Metadata docs say not to use
+       # package_versions_from_directory() directly, but the 'files =>'
+       # version of provides() is broken, and has been known to be so
+       # since 2014, so it's not getting fixed any time soon. So:
+
+       foreach my $fn ( sort keys %{ $manifest } ) {
+           $fn =~ m/ [.] pm \z /smx
+               or next;
+           my $pvd = Module::Metadata->package_versions_from_directory(
+               undef, [ $fn ] );
+           foreach my $pkg ( keys %{ $pvd } ) {
+               $meta->should_index_package( $pkg )
+                   and $meta->should_index_file( $pvd->{$pkg}{file} )
+                   and $provides->{$pkg} = $pvd->{$pkg};
+           }
+       }
+
+       1;
     } or return;
+
     return ( provides => $provides );
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPIx-QuoteLike-0.017/inc/My/Module/Recommend/Any.pm 
new/PPIx-QuoteLike-0.018/inc/My/Module/Recommend/Any.pm
--- old/PPIx-QuoteLike-0.017/inc/My/Module/Recommend/Any.pm     2021-04-16 
12:14:09.000000000 +0200
+++ new/PPIx-QuoteLike-0.018/inc/My/Module/Recommend/Any.pm     2021-10-22 
14:59:26.000000000 +0200
@@ -12,7 +12,7 @@
 BEGIN {
     *import    = \&Exporter::import;
 }
-our $VERSION = '0.017';
+our $VERSION = '0.018';
 
 our @EXPORT_OK = qw{ __any };
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike/Constant.pm 
new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike/Constant.pm
--- old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike/Constant.pm     2021-04-16 
12:14:09.000000000 +0200
+++ new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike/Constant.pm     2021-10-22 
14:59:26.000000000 +0200
@@ -8,7 +8,7 @@
 use Carp;
 use base qw{ Exporter };
 
-our $VERSION = '0.017';
+our $VERSION = '0.018';
 
 our @CARP_NOT = qw{
     PPIx::QuoteLike
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike/Dumper.pm 
new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike/Dumper.pm
--- old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike/Dumper.pm       2021-04-16 
12:14:09.000000000 +0200
+++ new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike/Dumper.pm       2021-10-22 
14:59:26.000000000 +0200
@@ -12,7 +12,7 @@
 use PPIx::QuoteLike::Utils qw{ __instance };
 use Scalar::Util ();
 
-our $VERSION = '0.017';
+our $VERSION = '0.018';
 
 use constant SCALAR_REF        => ref \0;
 
@@ -51,7 +51,7 @@
                    location    => [ 1, 1, 1, 1, -f $source ? $source :
                        undef ],
                ),
-               map { $_ => $arg{$_} } qw{ encoding postderef },
+               map { $_ => $arg{$_} } qw{ encoding },
            )
            or return;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike/Token/Control.pm 
new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike/Token/Control.pm
--- old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike/Token/Control.pm        
2021-04-16 12:14:09.000000000 +0200
+++ new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike/Token/Control.pm        
2021-10-22 14:59:26.000000000 +0200
@@ -9,7 +9,7 @@
 
 use PPIx::QuoteLike::Constant qw{ @CARP_NOT };
 
-our $VERSION = '0.017';
+our $VERSION = '0.018';
 
 {
     # TODO make this a state variable when we can require Perl 5.10.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike/Token/Delimiter.pm 
new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike/Token/Delimiter.pm
--- old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike/Token/Delimiter.pm      
2021-04-16 12:14:09.000000000 +0200
+++ new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike/Token/Delimiter.pm      
2021-10-22 14:59:26.000000000 +0200
@@ -9,7 +9,7 @@
 
 use PPIx::QuoteLike::Constant qw{ MINIMUM_PERL @CARP_NOT };
 
-our $VERSION = '0.017';
+our $VERSION = '0.018';
 
 # Perl 5.29.0 disallows unassigned code points and combining code points
 # as delimiters. Unfortunately for me non-characters and illegal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike/Token/Interpolation.pm 
new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike/Token/Interpolation.pm
--- old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike/Token/Interpolation.pm  
2021-04-16 12:14:09.000000000 +0200
+++ new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike/Token/Interpolation.pm  
2021-10-22 14:59:26.000000000 +0200
@@ -20,7 +20,7 @@
 
 use base qw{ PPIx::QuoteLike::Token };
 
-our $VERSION = '0.017';
+our $VERSION = '0.018';
 
 sub ppi {
     my ( $self ) = @_;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike/Token/String.pm 
new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike/Token/String.pm
--- old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike/Token/String.pm 2021-04-16 
12:14:09.000000000 +0200
+++ new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike/Token/String.pm 2021-10-22 
14:59:26.000000000 +0200
@@ -9,7 +9,7 @@
 
 use PPIx::QuoteLike::Constant qw{ @CARP_NOT };
 
-our $VERSION = '0.017';
+our $VERSION = '0.018';
 
 1;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike/Token/Structure.pm 
new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike/Token/Structure.pm
--- old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike/Token/Structure.pm      
2021-04-16 12:14:09.000000000 +0200
+++ new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike/Token/Structure.pm      
2021-10-22 14:59:26.000000000 +0200
@@ -9,7 +9,7 @@
 
 use PPIx::QuoteLike::Constant qw{ @CARP_NOT };
 
-our $VERSION = '0.017';
+our $VERSION = '0.018';
 
 1;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike/Token/Unknown.pm 
new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike/Token/Unknown.pm
--- old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike/Token/Unknown.pm        
2021-04-16 12:14:09.000000000 +0200
+++ new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike/Token/Unknown.pm        
2021-10-22 14:59:26.000000000 +0200
@@ -9,7 +9,7 @@
 
 use PPIx::QuoteLike::Constant qw{ @CARP_NOT };
 
-our $VERSION = '0.017';
+our $VERSION = '0.018';
 
 1;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike/Token/Whitespace.pm 
new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike/Token/Whitespace.pm
--- old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike/Token/Whitespace.pm     
2021-04-16 12:14:09.000000000 +0200
+++ new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike/Token/Whitespace.pm     
2021-10-22 14:59:26.000000000 +0200
@@ -9,7 +9,7 @@
 
 use PPIx::QuoteLike::Constant qw{ @CARP_NOT };
 
-our $VERSION = '0.017';
+our $VERSION = '0.018';
 
 sub significant {
     return 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike/Token.pm 
new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike/Token.pm
--- old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike/Token.pm        2021-04-16 
12:14:09.000000000 +0200
+++ new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike/Token.pm        2021-10-22 
14:59:26.000000000 +0200
@@ -16,7 +16,7 @@
     visual_column_number
 };
 
-our $VERSION = '0.017';
+our $VERSION = '0.018';
 
 # Private to this package.
 sub __new {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike/Utils.pm 
new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike/Utils.pm
--- old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike/Utils.pm        2021-04-16 
12:14:09.000000000 +0200
+++ new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike/Utils.pm        2021-10-22 
14:59:26.000000000 +0200
@@ -39,7 +39,7 @@
     __variables
 };
 
-our $VERSION = '0.017';
+our $VERSION = '0.018';
 
 # Readonly::Scalar my $BRACED_RE       => __match_enclosed( LEFT_CURLY );
 Readonly::Scalar my $BRACKETED_RE      => __match_enclosed( '[' ); # ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike.pm 
new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike.pm
--- old/PPIx-QuoteLike-0.017/lib/PPIx/QuoteLike.pm      2021-04-16 
12:14:09.000000000 +0200
+++ new/PPIx-QuoteLike-0.018/lib/PPIx/QuoteLike.pm      2021-10-22 
14:59:26.000000000 +0200
@@ -40,7 +40,7 @@
 use Scalar::Util ();
 use Text::Tabs ();
 
-our $VERSION = '0.017';
+our $VERSION = '0.018';
 
 use constant CLASS_CONTROL       => 'PPIx::QuoteLike::Token::Control';
 use constant CLASS_DELIMITER     => 'PPIx::QuoteLike::Token::Delimiter';
@@ -334,7 +334,7 @@
 
     my %deprecate = (
        attribute => {
-           postderef   => 2,
+           postderef   => 3,
        },
     );
 
@@ -998,8 +998,9 @@
 now.
 
 Starting with version 0.012_01, the first use of this argument warned.
-With version 0.016_01, all uses will warn. With the first release after
-October 15 2021, all uses will become fatal.
+With version 0.016_01, all uses will warn. With version 0.017_01 all
+uses will be fatal. With the first release after
+April 15 2022, all mention of this argument will be removed.
 
 =head1 INHERITANCE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPIx-QuoteLike-0.017/t/dump.t 
new/PPIx-QuoteLike-0.018/t/dump.t
--- old/PPIx-QuoteLike-0.017/t/dump.t   2021-04-16 12:14:09.000000000 +0200
+++ new/PPIx-QuoteLike-0.018/t/dump.t   2021-10-22 14:59:26.000000000 +0200
@@ -86,8 +86,7 @@
 
 sub _dump {
     my ( @arg ) = @_;
-    package
-    My::Module::Test;  # Cargo cult to hide from CPAN indexer
+    package My::Module::Test;
     return scalar PPIx::QuoteLike::Dumper->dump( @arg );
 }
 

Reply via email to