The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Fed::Cookbook - recipes for fed.

RECIPES

Merge white spaces (spaces and tabs).

 fed 's/\s+/ /g' file

Change $VERSION in all modules of a package

 fed -r "s/VERSION\s*=\s*'0.01_50'/VERSION = '0.01_90'/" lib

SEE ALSO

fed, App::Fed

COPYRIGHT

Copyright (C) 2011 Bartłomiej /Natanael/ Syguła

This is free software. It is licensed, and can be distributed under the same terms as Perl itself.