GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
File::ShareDir::Tarball(3) User Contributed Perl Documentation File::ShareDir::Tarball(3)

File::ShareDir::Tarball - Deal transparently with shared files distributed as tarballs

version 0.2.2

    use File::ShareDir::Tarball ':all';

    # use exactly like File::ShareDir
    $dir = dist_dir('File-ShareDir');

If the shared files of a distribution are contained in a tarball (see Dist::Zilla::Plugin::ShareDir::Tarball for why you would want to do that), automatically extract the archive in a temporary directory and return the path to that directory. If called for a regular distribution without a bundle file ("shared-files.tar.gz"), it'll return the original shared dir. In other words, from the consumer point of view, it'll behave just like File::ShareDir.

Exports "dist_dir()" and "dist_file()".

Behaves just like "dist_dir()" from File::ShareDir.

Behaves just like "dist_file()" from File::ShareDir.

Test::File::ShareDir
To test or use a shared dir that is not deployed yet.
Dist::Zilla::Plugin::ShareDir::Tarball
Dist::Zilla plugin to create the tarball effortlessly.
Module::Build::CleanInstall
Provides an alternative to this module by subclassing Module::Build and, upon installation, remove the files from previous installations as given in the packlist.

Yanick Champoux <yanick@babyl.dyndns.org>

This software is copyright (c) 2012 by Yanick Champoux.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.