File: ReEntrancyTest.pm

package info (click to toggle)
libpod-constants-perl 0.19-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 238; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package ReEntrancyTest;
use strict;
use warnings;

our $wohoo;
use Pod::Constants -debug => 1, -trim => 1, foobar => \$wohoo;

=head1 foobar

Re-entrancy works!

=cut

1;