Package perl-File-Remove: Information

    Source package: perl-File-Remove
    Version: 1.46-alt1
    Build time:  Feb 27, 2011, 12:09 AM
    Category: Development/Perl
    Report package bug
    License: GPL or Artistic
    Summary: Remove files and directories
    Description: 
    File::Remove::remove removes files and directories.  It acts like
    /bin/rm, for the most part.  Although unlink can be given a list
    of files, it will not remove directories; this module remedies that.
    It also accepts wildcards, * and ?, as arguments for filenames.
    
    File::Remove::trash accepts the same arguments as remove, with
    the addition of an optional, infrequently used "other platforms"
    hashref.

    List of rpms provided by this srpm:
    perl-File-Remove (noarch)

    Maintainer: Alexey Tourbin

    List of contributors:
    Alexey Tourbin
    Vitaly Lipatov


      1. perl-Module-Install

    Last changed


    Feb. 27, 2011 Alexey Tourbin 1.46-alt1
    - 1.42 -> 1.46
    Sept. 27, 2008 Alexey Tourbin 1.42-alt1
    - 0.30 -> 1.42
    Sept. 6, 2008 Vitaly Lipatov 0.30-alt2
    - fix directory ownership violation