X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FRequest%2FUpload.pm;h=dfb169bb368ef1207797aae98cbba6d6bd33fc2c;hp=59168d05fa28ad7bdb661458797fdd9a40d31656;hb=2f3812528068bc1d9f7840067f0c03d36cd47e6d;hpb=ac5c933bdd463558e8d621507a53a7b247a9093e diff --git a/lib/Catalyst/Request/Upload.pm b/lib/Catalyst/Request/Upload.pm index 59168d0..dfb169b 100644 --- a/lib/Catalyst/Request/Upload.pm +++ b/lib/Catalyst/Request/Upload.pm @@ -7,12 +7,12 @@ use File::Copy (); use IO::File (); use File::Spec::Unix; -has filename => (is => 'rw'); -has headers => (is => 'rw'); -has size => (is => 'rw'); -has tempname => (is => 'rw'); -has type => (is => 'rw'); -has basename => (is => 'rw'); +has filename => (is => 'rw'); +has headers => (is => 'rw'); +has size => (is => 'rw'); +has tempname => (is => 'rw'); +has type => (is => 'rw'); +has basename => (is => 'rw'); has fh => ( is => 'rw', @@ -56,11 +56,6 @@ option in the Catalyst config. If unset, Catalyst will use the system temp dir. __PACKAGE__->config( uploadtmp => '/path/to/tmpdir' ); -It is provided a way to have configurable temporary directory. -If there is no config uploadtmp, system temprary directory will used. - - __PACKAGE__->config( uploadtmp => '/path/to/tmpdir' ); - See also L. =head1 DESCRIPTION @@ -173,9 +168,7 @@ Provided by Moose =head1 AUTHORS -Sebastian Riedel, C - -Christian Hansen, C +Catalyst Contributors, see Catalyst.pm =head1 COPYRIGHT