1Tangerine::Occurence(3)User Contributed Perl DocumentatioTnangerine::Occurence(3)
2
3
4
6 Tangerine::Occurence - A simple object describing a package, compile or
7 runtime statement occurence in the examined document
8
10 Instances of this object are returned by "package", "compile" and
11 Cruntime> Tangerine methods.
12
14 "line"
15 Returns the line number of this particular occurence.
16
17 "version"
18 Returns the required version of a used module, if applicable.
19
20 "extra"
21 Returns a hash reference with additional extra flags. This is
22 currently unused.
23
25 Tangerine
26
28 Petr Šabata <contyk@redhat.com>
29
31 Copyright (c) 2014-2016 Petr Šabata
32
33 See LICENSE for licensing details.
34
35
36
37perl v5.36.0 2023-01-20 Tangerine::Occurence(3)