Subject: | Data::Section can't read data past __END__ |
After seeing this blog post[1] and upgrading to 1.112392 dzil failed to
build dist with this error:
Can't use an undefined value as a SCALAR reference at /home/s1/perl5/lib/
perl5//Dist/Zilla/Plugin/Test/Compile.pm line 59, <DATA> line 8.
It seems that the existence of "__END__" before "__DATA__" causes
Data::Section to fail reading the data (this is warned in Data::Section
manual).
--
sh
[1] http://jquelin.blogspot.com/2011/08/great-renaming-
distzillaplugincompilete.html