Re: [html-formfu] Deflator::PathClassFile

2009-03-17 Thread Carl Franks
2009/3/14 Moritz Onken : > Hi Carl, > > I wrote a deflator for Path::Class::File objects. I use it because > DBIx::Class::InflateColumn::FS returns those objects and I thought it might > be usefull to more people than just me. > > If you like it I can commit it to svn. Looks good! Please do go ahe

[html-formfu] Deflator::PathClassFile

2009-03-14 Thread Moritz Onken
lute( $self->absolute eq "1" ? undef : $self->absolute )->stringify; } elsif ( $self->basename ) { return $value->basename; } # fallback, should never happen return $value->stringify; } 1; __END__ =head1 NAME HTML::FormF