Bug 206881 - devel/p5-carton: :Add run dependency on devel/p5-Class-Tiny
Summary: devel/p5-carton: :Add run dependency on devel/p5-Class-Tiny
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Jun Kuriyama
URL:
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2016-02-03 13:35 UTC by Andres Montalban
Modified: 2016-09-08 14:46 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (kuriyama)
koobs: merge-quarterly?


Attachments
[PATCH] devel/p5-carton: Add run dependency for devel/p5-Class-Tiny (598 bytes, text/plain)
2016-02-03 13:35 UTC, Andres Montalban
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andres Montalban 2016-02-03 13:35:46 UTC
Created attachment 166495 [details]
[PATCH] devel/p5-carton: Add run dependency for devel/p5-Class-Tiny

I tried to install devel/p5-carton and when I try to use it I get the following error:

root@packer-freebsd-10:/usr/local/www/transtool_callback_api # carton install --deployment
Can't locate Class/Tiny.pm in @INC (you may need to install the Class::Tiny module) (@INC contains: /usr/local/lib/perl5/site_perl/mach/5.20 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.20/mach /usr/local/lib/perl5/5.20 /usr/local/lib/perl5/site_perl/5.20 /usr/local/lib/perl5/site_perl/5.20/mach .) at /usr/local/lib/perl5/site_perl/Carton/Builder.pm line 10.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/Carton/Builder.pm line 10.
Compilation failed in require at /usr/local/lib/perl5/site_perl/Carton/CLI.pm line 12.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/Carton/CLI.pm line 12.
Compilation failed in require at /usr/local/bin/carton line 7.
BEGIN failed--compilation aborted at /usr/local/bin/carton line 7.

In April 19, 2015 carton developer changed Moo to Class::Tiny

https://github.com/perl-carton/carton/commit/082f6e75baabd21c1af9c5f06b8e91d52d643a0b

This patch adds the running dependency and I have tested port after applying the patch and works fine.

Thanks!
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2016-09-08 14:46:45 UTC
Fixed in r414001