Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-CAF - CAF: Common Application Framework for quattor perl applications
Website: |
http://quattor.org |
License: |
http://www.eu-datagrid.org/license.html |
Vendor: |
EU DataGrid / CERN |
- Description:
Provides Common Application Framework (Perl)
libraries for quattor tools (http://cern.ch/quattor)
Packages
perl-CAF-1.9.0-2.noarch
[72 KiB] |
Changelog
by Luis Fernando Muñoz Mejías (2011-05-12):
- Add NoAction to Object and stringify to File*
Process and File* will not do anything if NoAction is present. The
name is probably not optimal, but it's consistent with what we
find in NCM::Components.
Also, it's possible to get the contents of a FileWriter or
FileEditor as if it was a string, and check if it contains some
pattern just by doing
$fh =~ m{regexp};
|