Changes between Initial Version and Version 3 of Ticket #39251


Ignore:
Timestamp:
May 27, 2013, 1:23:14 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39251

    • Property Owner changed from macports-tickets@… to mschout@…
    • Property Port p5-app-ack added
  • Ticket #39251 – Description

    initial v3  
    11After updating p5.14-app-ack I get the following error:
    22
     3{{{
    34File::Next version 1.1 required--this is only version 1.02 at /opt/local/lib/perl5/vendor_perl/5.14.2/App/Ack/Resources.pm line 5.
    45BEGIN failed--compilation aborted at /opt/local/lib/perl5/vendor_perl/5.14.2/App/Ack/Resources.pm line 5.
    56Compilation failed in require at /opt/local/bin/ack line 13.
    67BEGIN failed--compilation aborted at /opt/local/bin/ack line 13.
     8}}}
    79
    810p5.14-file-next reinstallation (@1.20.0_3) made no difference.
    911
    10 File::Next contains: our $VERSION = '1.02';
    11 and App::Ack::Resources contains: use File::Next 1.10;
     12File::Next contains: `our $VERSION = '1.02';`
     13and App::Ack::Resources contains: `use File::Next 1.10;`
    1214
    1315Expected behaviour is display of ack usage instructions.