1Archive::RPM::ChangeLogUEsnetrryC(o3n)tributed Perl DocuAmrecnhtiavtei:o:nRPM::ChangeLogEntry(3)
2
3
4
6 Archive::RPM::ChangeLogEntry - A RPM %changelog entry
7
9 Basic bits representing an RPM changelog entry.
10
12 text
13 The text of the changelog entry.
14
15 time
16 The time of the entry.
17
18 name
19 The "name" part of the changelog entry. Note that this is ovten
20 overloaded with the version/rel of the package it applies to.
21
22 as_string
23 Returns the properly laid-out changelog; this is also the function
24 called when this object is used in a string context (aka
25 "stringified").
26
28 Archive::RPM
29
31 Chris Weyl <cweyl@alumni.drew.edu>
32
34 Copyright (c) 2009, 2010 Chris Weyl <cweyl@alumni.drew.edu>
35
36 This library is free software; you can redistribute it and/or modify it
37 under the terms of the GNU Lesser General Public License as published
38 by the Free Software Foundation; either version 2.1 of the License, or
39 (at your option) any later version.
40
41 This library is distributed in the hope that it will be useful, but
42 WITHOUT ANY WARRANTY; without even the implied warranty of
43 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
44 Lesser General Public License for more details.
45
46 You should have received a copy of the GNU Lesser General Public
47 License along with this library; if not, write to the
48
49 Free Software Foundation, Inc.
50 59 Temple Place, Suite 330
51 Boston, MA 02111-1307 USA
52
53
54
55perl v5.32.1 2021-01-26 Archive::RPM::ChangeLogEntry(3)