/[cvs]/nfo/perl/libs/shortcuts.pm
ViewVC logotype

Diff of /nfo/perl/libs/shortcuts.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by joko, Fri Dec 5 04:58:04 2003 UTC revision 1.20 by jonen, Mon Jun 21 14:13:21 2004 UTC
# Line 2  Line 2 
2  ##  $Id$  ##  $Id$
3  ## ---------------------------------------------------------------------------  ## ---------------------------------------------------------------------------
4  ##  $Log$  ##  $Log$
5    ##  Revision 1.20  2004/06/21 14:13:21  jonen
6    ##  added helper function
7    ##
8    ##  Revision 1.19  2004/05/11 19:45:30  joko
9    ##  now exporting RUNNING_IN_HELL
10    ##
11  ##  Revision 1.18  2003/12/05 04:58:04  joko  ##  Revision 1.18  2003/12/05 04:58:04  joko
12  ##  + minor update: doesn't require IPC::Session anymore  ##  + minor update: doesn't require IPC::Session anymore
13  ##  ##
# Line 77  our @EXPORT_OK = qw( Line 83  our @EXPORT_OK = qw(
83    get_chomped    get_chomped
84    bool2status    bool2status
85    make_guid    make_guid
86      RUNNING_IN_HELL
87      RUNNING_IN_HEAVEN
88  );  );
89    
90    
# Line 108  sub today { Line 116  sub today {
116  }  }
117    
118  sub RUNNING_IN_HELL () { $^O eq 'MSWin32' }  sub RUNNING_IN_HELL () { $^O eq 'MSWin32' }
119    sub RUNNING_IN_HEAVEN () { $^O =~ m/bsd/ }
120    
121    
122  sub get_executable {  sub get_executable {

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.20

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed