• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

layout/H03-May-2022-1716

lib/Test/File/H01-Mar-2017-1,773413

maint/H01-Mar-2017-6241

misc/H01-Mar-2017-852674

t/H01-Mar-2017-869678

xt/H01-Mar-2017-12086

.gitignoreH A D01-Mar-201728 32

.mailmapH A D01-Mar-2017100 43

.perltidyrcH A D01-Mar-201712 32

.travis.ymlH A D01-Mar-20171.5 KiB5958

ChangesH A D01-Mar-20177 KiB243190

LICENSEH A D01-Mar-201718 KiB380292

MANIFESTH A D01-Mar-20171.8 KiB7473

META.jsonH A D01-Mar-201733.5 KiB960958

META.ymlH A D01-Mar-201719.6 KiB662661

Makefile.PLH A D01-Mar-20171.7 KiB7867

READMEH A D01-Mar-20171.2 KiB4027

dist.iniH A D01-Mar-20176.8 KiB240187

dist.ini.metaH A D01-Mar-20171 KiB3832

perlcritic.rcH A D01-Mar-20179.6 KiB463238

weaver.iniH A D01-Mar-2017870 5639

README

1Test::File::ShareDir
2
3"Test::File::ShareDir" is some low level plumbing to enable a
4distribution to perform tests while consuming its own "share"
5directories in a manner similar to how they will be once installed.
6
7This allows "File::ShareDir" to see the *latest* version of content
8instead of simply whatever is installed on whichever target system you
9happen to be testing on.
10
11Note: This module only has support for creating 'new' style share dirs
12and are NOT compatible with old File::ShareDirs.
13
14For this reason, unless you have File::ShareDir 1.00 or later installed,
15this module will not be usable by you.
16
17INSTALLATION
18
19This is a Perl module distribution. It should be installed with whichever
20tool you use to manage your installation of Perl, e.g. any of
21
22  cpanm .
23  cpan  .
24  cpanp -i .
25
26Consult http://www.cpan.org/modules/INSTALL.html for further instruction.
27Should you wish to install this module manually, the procedure is
28
29  perl Makefile.PL
30  make
31  make test
32  make install
33
34COPYRIGHT AND LICENSE
35
36This software is copyright (c) 2017 by Kent Fredric <kentnl@cpan.org>.
37
38This is free software; you can redistribute it and/or modify it under
39the same terms as the Perl 5 programming language system itself.
40