| 
 
 NAMEHTML::FormFu::Deflator::PathClassFile - Deflator for Path::Class::File objects VERSIONversion 2.07 SYNOPSIS    $form->deflator( PathClassFile => 'file' )
        ->relative( 'root' );
    ---
    elements:
        - type: Text
          deflator:
              - type: PathClassFile
                relative: root
DESCRIPTIONDeflator for Path::Class::File objects. There are three types of deflation: 
 As you cannot set values for a File element, this deflator will only work on regular form elements. AUTHORMoritz Onken, "onken@houseofdesign.de" LICENSEThis library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. AUTHORCarl Franks <cpan@fireartist.com> COPYRIGHT AND LICENSEThis software is copyright (c) 2018 by Carl Franks. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. 
 
  |