Package perl-String-Prettify: Information

    Source package: perl-String-Prettify
    Version: 1.04-alt1
    Build time:  Nov 18, 2011, 03:45 PM
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: subs to cleanup a filename and or garble for human eyes
    Description: 
    use String::Prettify
    
       print prettify('Johny & Mary Jacobs #3rd');
    
       my $ugly   = '/home/This Here235#$%@i%/!!great-superfuper skatingVideo132.mov';
       my $pretty = prettify_filename($ugly);
       rename( $ugly, $pretty );

    List of rpms provided by this srpm:
    perl-String-Prettify (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    ACL:
    @qa_p7

      1. perl-devel

    Last changed


    Nov. 18, 2011 Igor Vlasenko 1.04-alt1
    - initial build for ALT Linux Sisyphus