Skip to content

Commit

Permalink
a few more links
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 21, 2015
1 parent 2ffa43d commit 6a0abf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Mojo/Asset/File.pm
Expand Up @@ -177,15 +177,15 @@ Delete L</"path"> automatically once the file is not used anymore.
my $handle = $file->handle;
$file = $file->handle(IO::File->new);
Filehandle, created on demand.
Filehandle, created on demand for L</"path">, which can be generated
automatically and safely based on L</"tmpdir">.
=head2 path
my $path = $file->path;
$file = $file->path('/home/sri/foo.txt');
File path used to create L</"handle">, can also be automatically generated if
necessary.
File path used to create L</"handle">.
=head2 tmpdir
Expand Down

0 comments on commit 6a0abf1

Please sign in to comment.