Show
Ignore:
Timestamp:
07/10/08 17:16:23 (17 months ago)
Author:
bchoate
Message:

Updated POD.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-41/lib/MT/FileMgr.pm

    r1779 r2747  
    152152On error, returns C<undef>; see L<ERROR HANDLING>, below. 
    153153 
    154 =head2 content_is_updated() 
     154=head2 content_is_updated($file, $content) 
    155155 
    156 Return one (1). 
     156Returns true if the contents of I<$file> differs from the value in 
     157I<$content>. 
     158 
     159=head2 $fmgr->file_mod_time($file) 
     160 
     161Returns the modification timestamp for I<$file>. 
    157162 
    158163=head2 $fmgr->is_handle($file)