1Code::TidyAll::CacheModUesle:r:SChoanrterdi(b3u)ted PerlCoDdoec:u:mTeindtyaAtlilo:n:CacheModel::Shared(3)
2
3
4

NAME

6       Code::TidyAll::CacheModel::Shared - Shared cache model for
7       Code::TidyAll
8

VERSION

10       version 0.78
11

SYNOPSIS

13          my $cta = Code::TidyAll->new(
14              cache_model_class => 'Code::TidyAll::CacheModel::Shared',
15              ...
16          );
17

DESCRIPTION

19       An alternative caching model for Code::TidyAll designed to work in
20       shared build systems / systems with lots of branches.
21
22       This cache model uses both the file name and file contents to build the
23       cache key and a meaningless cache value. It does not care about the
24       modification time of the file.
25
26       This allows you to share a cache when you might have several versions
27       of a file that you switch backwards and forwards between (e.g. when
28       you're working on several branches) and keep the cache values
29

SUPPORT

31       Bugs may be submitted at
32       <https://github.com/houseabsolute/perl-code-tidyall/issues>.
33
34       I am also usually active on IRC as 'autarch' on "irc://irc.perl.org".
35

SOURCE

37       The source code repository for Code-TidyAll can be found at
38       <https://github.com/houseabsolute/perl-code-tidyall>.
39

AUTHORS

41       ·   Jonathan Swartz <swartz@pobox.com>
42
43       ·   Dave Rolsky <autarch@urth.org>
44
46       This software is copyright (c) 2011 - 2020 by Jonathan Swartz.
47
48       This is free software; you can redistribute it and/or modify it under
49       the same terms as the Perl 5 programming language system itself.
50
51       The full text of the license can be found in the LICENSE file included
52       with this distribution.
53
54
55
56perl v5.32.0                      2020-07-2C8ode::TidyAll::CacheModel::Shared(3)
Impressum