cpan File-Temp 0.17

latest releases: 0.12, 4.6, 0.2311...
17 years ago
  • Temp.pm: Also inherit from IO::Seekable so that seek and tell
    methods can work on filehandles (thanks to Rick Myers and Toby Corkindale).

  • t/seekable.t: Add test script from Rick Myers.

  • Temp.pm: Add note about forking and resetting the random number generator
    to prevent multiple clashes of temp file names. (pointed out by Brent Cowgill)

  • Temp.pm: pre-emptively load Carp::Heavy. If we don't when we run out of file
    handles and attempt to call croak() we get an error message telling
    us that Carp::Heavy won't load rather than an error telling us we
    have run out of file handles. (pointed out by bjoern_at_hoehrmann.de RT #14151)

  • Temp.pm: Remove eg. from comments and replace with e.g. In pod
    replace "e.g." with "for example". (David Landgren)

  • Temp.pm: Correct synopsis concerning the arguments to the
    File::Temp constructor (Peter Valdemar Moerch).

  • Temp.pm: Update documentation to note that croak() will be
    called by tempfile() and File::Temp->new if a problem occurs (thanks to Steve
    Hay for pointing this out).

  • Temp.pm: Sebastien Aperghis-Tramoni indicates that File::Temp
    works with perl 5.004 so change the minimum perl version. (RT #14149)

  • Temp.pm: Use effective uid rather than real uid (Alexey Tourbin RT #14218)

Don't miss a new File-Temp release

NewReleases is sending notifications on new releases.