Lim

 view release on metacpan or  search on metacpan

lib/Lim/Util.pm  view on Meta::CPAN

            = stat($file);
        my $tmp;

        eval {
            $tmp = File::Temp->new;
        };

        # TODO log error

        unless ($@) {
            if (chmod($mode, $tmp->filename) and chown($uid, $gid, $tmp->filename)) {
                return $tmp;
            }
        }
    }
    return;
}

=item ($method, $uri) = Lim::Util::URIize($call)

Returns an URI based on the C<$call> given and the corresponding HTTP method to



( run in 0.813 second using v1.01-cache-2.11-cpan-71847e10f99 )