ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/MP/Config.pm
(Generate patch)

Comparing AnyEvent-MP/MP/Config.pm (file contents):
Revision 1.11 by root, Sun Feb 26 11:12:54 2012 UTC vs.
Revision 1.12 by root, Tue Feb 28 18:37:24 2012 UTC

17use common::sense; 17use common::sense;
18 18
19use Carp (); 19use Carp ();
20use AnyEvent (); 20use AnyEvent ();
21use JSON::XS (); 21use JSON::XS ();
22
23our $VERSION = '1.30';
22 24
23our $CONFIG_FILE = exists $ENV{PERL_ANYEVENT_MP_RC} ? $ENV{PERL_ANYEVENT_MP_RC} 25our $CONFIG_FILE = exists $ENV{PERL_ANYEVENT_MP_RC} ? $ENV{PERL_ANYEVENT_MP_RC}
24 : exists $ENV{HOME} ? "$ENV{HOME}/.perl-anyevent-mp" 26 : exists $ENV{HOME} ? "$ENV{HOME}/.perl-anyevent-mp"
25 : "$ENV{APPDATA}/perl-anyevent-mp"; 27 : "$ENV{APPDATA}/perl-anyevent-mp";
26 28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines