1RPM::Grill::Util(3pm) User Contributed Perl DocumentationRPM::Grill::Util(3pm)
2
3
4
6 RPM::Grill::Util - helper functions for RPM::Grill
7
9 use RPM::Grill::Util;
10
11 ...
12
14 Helper functions intended for use by RPM::Grill and its plugins
15
17 sanitize_text( STRING )
18 Converts an input string into something that can safely be shoved
19 into a DB and/or sent to a browser. This is used by plugins
20 preparing to gripe(), in order to make a string (such as an excerpt
21 from a file) safe for rendering.
22
23 It would be nice if gripe() did this itself, but Ed has
24 deliberately chosen to let plugins use HTML tags to highlight parts
25 of messages.
26
31 Some::OtherModule
32
34 Ed Santiago <santiago@redhat.com>
35
36
37
38perl v5.38.0 2023-07-21 RPM::Grill::Util(3pm)