Skip Menu |

This queue is for tickets about the Dist-Zilla-Plugin-CopyFilesFromBuild CPAN distribution.

Report information
The Basics
Id: 113940
Status: resolved
Priority: 0/
Queue: Dist-Zilla-Plugin-CopyFilesFromBuild

People
Owner: Nobody in particular
Requestors: DROLSKY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.161350



Subject: Calls ->file on a path object
->file called on a Dist::Zilla::Path object; this will cease to work in Dist::Zilla v7; downstream code should be updated to use Path::Tiny API, not Path::Class at /home/autarch/.perlbrew/libs/perl-5.22.1@dev/lib/perl5/Dist/Zilla/Plugin/CopyFilesFromBuild.pm line 40. ->file called on a Dist::Zilla::Path object; this will cease to work in Dist::Zilla v7; downstream code should be updated to use Path::Tiny API, not Path::Class at /home/autarch/.perlbrew/libs/perl-5.22.1@dev/lib/perl5/Dist/Zilla/Plugin/CopyFilesFromBuild.pm line 42. See the change log for dzil 6.001
On Sat Apr 23 10:50:40 2016, DROLSKY wrote: Show quoted text
> ->file called on a Dist::Zilla::Path object; this will cease to work > in Dist::Zilla v7; downstream code should be updated to use Path::Tiny > API, not Path::Class at /home/autarch/.perlbrew/libs/perl- > 5.22.1@dev/lib/perl5/Dist/Zilla/Plugin/CopyFilesFromBuild.pm line 40. > > ->file called on a Dist::Zilla::Path object; this will cease to work > in Dist::Zilla v7; downstream code should be updated to use Path::Tiny > API, not Path::Class at /home/autarch/.perlbrew/libs/perl- > 5.22.1@dev/lib/perl5/Dist/Zilla/Plugin/CopyFilesFromBuild.pm line 42. > > See the change log for dzil 6.001
I'm not seeing this warning when I test with dzil 6.002. Is it still an issue for you?
On Sun Apr 24 13:19:50 2016, RTHOMPSON wrote: Show quoted text
> On Sat Apr 23 10:50:40 2016, DROLSKY wrote:
> > ->file called on a Dist::Zilla::Path object; this will cease to work > > in Dist::Zilla v7; downstream code should be updated to use > > Path::Tiny > > API, not Path::Class at /home/autarch/.perlbrew/libs/perl- > > 5.22.1@dev/lib/perl5/Dist/Zilla/Plugin/CopyFilesFromBuild.pm line 40. > > > > ->file called on a Dist::Zilla::Path object; this will cease to work > > in Dist::Zilla v7; downstream code should be updated to use > > Path::Tiny > > API, not Path::Class at /home/autarch/.perlbrew/libs/perl- > > 5.22.1@dev/lib/perl5/Dist/Zilla/Plugin/CopyFilesFromBuild.pm line 42. > > > > See the change log for dzil 6.001
> > > I'm not seeing this warning when I test with dzil 6.002. Is it still > an issue for you?
I think RJBS may have done something in the 6.002 release to tweak this. That said, I do see the relevant ->file call in the source, and this will break with dzil 7.
This is fixed now with 0.161150 I think?
On Sat May 14 15:02:25 2016, ETHER wrote: Show quoted text
> This is fixed now with 0.161150 I think?
Actually, it's fixed in v0.161350, which I just uploaded. (Changes content: "Update for Dist::Zilla v7 compatibility, for real this time") As soon as this version appears in the list here on RT, I'll mark it resolved.