1Dist::Zilla::Role::ArchUisveerBuCiolndterri(b3u)ted PerlDiDsotc:u:mZeinltlaat:i:oRnole::ArchiveBuilder(3)
2
3
4
6 Dist::Zilla::Role::ArchiveBuilder - something that builds archives
7
9 version 6.031
10
12 Plugins implementing this role have their "build_archive" method called
13 when it is time to build the archive.
14
16 This module should work on any version of perl still receiving updates
17 from the Perl 5 Porters. This means it should work on any version of
18 perl released in the last two to three years. (That is, if the most
19 recently released version is v5.40, then this module should work on
20 both v5.40 and v5.38.)
21
22 Although it may work on older versions of perl, no guarantee is made
23 that the minimum required version will not be increased. The version
24 may be increased for any reason, and there is no promise that patches
25 will be accepted to lower the minimum required perl.
26
28 build_archive
29 This method takes three arguments, and returns a Path::Tiny instance
30 containing the path to the archive.
31
32 archive_basename
33 This is the name of the archive (including "-TRIAL" if appropriate)
34 without the format extension (that is the ".tar.gz" part). The
35 plugin implementing this role should add the appropriate full path
36 including extension as the returned Path::Tiny instance. Not
37 including the extension allows the plugin to choose its own format.
38
39 built_in
40 This is a Path::Tiny where the distribution has been built.
41
42 dist_basename
43 This method will return the dist's basename (e.g. "Dist-Name-1.01"
44 as a Path::Tiny. The basename is used as the top-level directory
45 in the tarball. It does not include "-TRIAL", even if building a
46 trial dist.
47
49 Ricardo SIGNES 😏 <cpan@semiotic.systems>
50
52 This software is copyright (c) 2023 by Ricardo SIGNES.
53
54 This is free software; you can redistribute it and/or modify it under
55 the same terms as the Perl 5 programming language system itself.
56
57
58
59perl v5.36.1 2023-11-2D1ist::Zilla::Role::ArchiveBuilder(3)