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.2 by root, Mon Sep 24 00:51:19 2001 UTC vs.
Revision 1.3 by root, Mon Sep 24 01:36:20 2001 UTC

1package Coro::MakeMaker; 1package Coro::MakeMaker;
2 2
3no warnings; 3no warnings qw(uninitialized);
4 4
5use Config; 5use Config;
6use base 'Exporter'; 6use base 'Exporter';
7 7
8@EXPORT_OK = qw(&coro_args $installsitearch); 8@EXPORT_OK = qw(&coro_args $installsitearch);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines