Help for this page

Select Code to Download


  1. or download this
    [root@host /usr/home/user]# swish3 -S mailfs -i /home/mail-archive/tes
    +t/*
    Bareword "DateTime::INFINITY" not allowed while "strict subs" in use a
    +t /usr/local/lib/perl5/site_perl/5.10.1/mach/DateTime/Infinite.pm lin
    +e 31.
    ...
    BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.
    +10.1/./Rose/DateTime/Util.pm line 8.
    Compilation failed in require at /usr/local/bin/swish3 line 21.
    BEGIN failed--compilation aborted at /usr/local/bin/swish3 line 21.
    
  2. or download this
    30  sub _stringify {
    31    $_[0]->{utc_rd_days} == DateTime::INFINITY
    32        ? DateTime::INFINITY . ''
    33        : DateTime::NEG_INFINITY . '';
    34  }