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::PathClass(3) User Contributed Perl Documentation File::ShareDir::PathClass(3)

File::ShareDir::PathClass - File::ShareDir returning Path::Class objects

version 1.112440

    use File::ShareDir::PathClass '-all';
    my $dir = dist_dir("File-ShareDir-PathClass")
    # $dir is a Path::Class object now

    # - or -

    use File::ShareDir::PathClass;
    my $dir = File::ShareDir::PathClass->dist_dir("File-ShareDir-PathClass");
    # $dir is a Path::Class object now

This module is just a wrapper around File::ShareDir functions, transforming their return value to Path::Class objects. This allows for easier usage of the value.

Refer to File::ShareDir (section FUNCTIONS) for a list of which functions are supported.

"File::ShareDir::PathClass" supports both a procedural and a clas methods API.

All functions are exportable. Nothing is exported by default, though. One has to list which function(s) she wants to import.

Some groups are defined for your convenience:

"all" - all available functions.

Note that this module is exporting subs via Sub::Exporter, so groups are available either as ":group" or "-group". One can also play any trick supported by Sub::Exporter, check its documentation for further information.

Otherwise, functions are available as class methods, called as:

    File::ShareDir::PathClass->method();

In this case, one doesn't need to import anything during module use-age.

Find other relevant information in File::ShareDir and Path::Class.

You can also look for information on this module at:

  • AnnoCPAN: Annotated CPAN documentation

    <http://annocpan.org/dist/File-ShareDir-PathClass>

  • CPAN Ratings

    <http://cpanratings.perl.org/d/File-ShareDir-PathClass>

  • Open bugs

    <http://rt.cpan.org/NoAuth/Bugs.html?Dist=File-ShareDir-PathClass>

  • Git repository

    <http://github.com/jquelin/file-sharedir-pathclass.git>.

Jerome Quelin

This software is copyright (c) 2010 by Jerome Quelin.

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-08 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.