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.53 by root, Sat Oct 6 21:25:24 2012 UTC vs.
Revision 1.54 by root, Mon Oct 8 23:16:15 2012 UTC

5use Config; 5use Config;
6use base 'Exporter'; 6use base 'Exporter';
7 7
8our $installsitearch; 8our $installsitearch;
9 9
10our $VERSION = 6.09; 10our $VERSION = "6.10";
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