File: TrueModule.pm

package info (click to toggle)
librole-tiny-perl 2.002004-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 292 kB
  • sloc: perl: 454; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 47 bytes parent folder | download
1
2
3
4
package TrueModule;
our $LOADED;
$LOADED++;
1;