ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/MakeMaker.pm
(Generate patch)

Comparing Coro/Coro/MakeMaker.pm (file contents):
Revision 1.74 by root, Fri Oct 16 23:42:56 2015 UTC vs.
Revision 1.75 by root, Fri Jun 17 16:29:50 2016 UTC

5use Config; 5use Config;
6use base 'Exporter'; 6use base 'Exporter';
7 7
8our $installsitearch; 8our $installsitearch;
9 9
10our $VERSION = 6.49; 10our $VERSION = 6.5;
11our @EXPORT_OK = qw(&coro_args $installsitearch); 11our @EXPORT_OK = qw(&coro_args $installsitearch);
12 12
13my %opt; 13my %opt;
14 14
15for my $opt (split /:+/, $ENV{PERL_MM_OPT}) { 15for my $opt (split /:+/, $ENV{PERL_MM_OPT}) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines