Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-AppConfig-caf - AppConfig package, as distributed by quattor CAF
Website: |
http://quattor.org |
License: |
http://www.eu-datagrid.org/license.html |
Vendor: |
EU DataGrid / CERN |
- Description:
AppConfig package, as distributed by quattor CAF
Packages
perl-AppConfig-caf-1.9.0-2.noarch
[73 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};
|