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.22 by root, Sat Dec 13 22:08:13 2008 UTC vs.
Revision 1.23 by root, Mon Mar 16 22:22:12 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.13; 8our $VERSION = 5.131;
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