Bug 213230 - [patch] lang/p5-Modern-Perl: Update to 20161005
Summary: [patch] lang/p5-Modern-Perl: Update to 20161005
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-10-05 17:53 UTC by Adam Weinberger
Modified: 2016-10-19 15:48 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
20161005 (1011 bytes, patch)
2016-10-05 17:53 UTC, Adam Weinberger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Weinberger freebsd_committer freebsd_triage 2016-10-05 17:53:06 UTC
Created attachment 175450 [details]
20161005

Hi Sunpoet,

The attached patch updates Modern::Perl to the 2016 version, with 5.24 support. I know things are busy for you but this module is really important for my workflow and if you could take a look at this PR it would make a big difference for me.

Also in this patch is the removal of the dependency on p5-autodie. The only place that autodie is referenced is in Build.PL... it's not used by the module or by any of the tests.

root@lockup:/wrkdirs/usr/ports/lang/p5-Modern-Perl/work/Modern-Perl-1.20161005 # ./Build test
t/base.t .......... ok
t/regressions.t ... ok
t/unimport.t ...... ok
t/year_imports.t .. ok
All tests successful.
Files=4, Tests=91,  0 wallclock secs ( 0.00 usr  0.03 sys +  0.07 cusr  0.04 csys =  0.14 CPU)
Result: PASS
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-10-19 15:47:38 UTC
A commit references this bug:

Author: adamw
Date: Wed Oct 19 15:47:33 UTC 2016
New revision: 424264
URL: https://svnweb.freebsd.org/changeset/ports/424264

Log:
  Update to 1.20161005, and remove an unused dependency on
  p5-autodie.

  Changes: https://metacpan.org/changes/release/CHROMATIC/Modern-Perl-1.20161005

  PR:		213230
  Approved by:	maintainer timeout

Changes:
  head/lang/p5-Modern-Perl/Makefile
  head/lang/p5-Modern-Perl/distinfo
Comment 2 Adam Weinberger freebsd_committer freebsd_triage 2016-10-19 15:48:09 UTC
Committed.