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.45 by root, Sun Jul 3 10:51:41 2011 UTC vs.
Revision 1.46 by root, Wed Jul 13 02:36:02 2011 UTC

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