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.25 by root, Tue Jun 23 23:40:06 2009 UTC vs.
Revision 1.26 by root, Tue Jun 30 08:28:55 2009 UTC

3BEGIN { eval { require warnings } && warnings->unimport ("uninitialized") } 3BEGIN { eval { require warnings } && warnings->unimport ("uninitialized") }
4 4
5use Config; 5use Config;
6use base 'Exporter'; 6use base 'Exporter';
7 7
8our $VERSION = 5.14; 8our $VERSION = 5.15;
9 9
10@EXPORT_OK = qw(&coro_args $installsitearch); 10@EXPORT_OK = qw(&coro_args $installsitearch);
11 11
12my %opt; 12my %opt;
13 13

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines