1REBUILDPERL(1) User Contributed Perl Documentation REBUILDPERL(1)
2
3
4
6 rebuild - Rebuilds perl packages from scratch
7
9 Main goal is to rebuild perl modules packages for Fedora. The rebuild
10 is driven from bottom to top, i.e. from perl interpreter to modules
11 depending on intermediate modules. This way, it's possible to upgrade
12 perl interpreter to incompatible version and to rebuild all modules
13 against the new interpreter.
14
16 Petr Písař <ppisar@redhat.com>
17
19 Copyright (C) 2011, 2012, 2013, 2014 Petr Písař <ppisar@redhat.com>
20
21 This program is free software: you can redistribute it and/or modify it
22 under the terms of the GNU General Public License as published by the
23 Free Software Foundation, either version 3 of the License, or (at your
24 option) any later version.
25
26 This program is distributed in the hope that it will be useful, but
27 WITHOUT ANY WARRANTY; without even the implied warranty of
28 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
29 General Public License for more details.
30
31 You should have received a copy of the GNU General Public License along
32 with this program. If not, see <http://www.gnu.org/licenses/>.
33
34
35
36perl v5.34.0 2022-02-23 REBUILDPERL(1)