File-AptFetch
view release on metacpan or search on metacpan
lib/Simple.pm view on Meta::CPAN
=item I<$options{location}>
(optional, CWD.)
Sets dirname where acquired file will be placed.
B<(caveat)>
When applied I<$options{location}> will be expanded to be absolute
(as required by APT method API).
However, that expansion is performed with each B<request()>
and, as mentioned above, transparently.
Thus if *you* set I<$options{location}> to non-absolute dirname,
than B<request()> once,
then *your* script changes CWD,
then B<request()> again,
then those B<request()>s will put results in two different dirctories.
B<(bug)>
Neither checks nor makes sure I<$options{location}> is anyway usable.
B<(bug)>
( run in 0.433 second using v1.01-cache-2.11-cpan-0a6323c29d9 )