File: Util.pm

package info (click to toggle)
libcgi-pm-perl 4.68-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,028 kB
  • sloc: perl: 6,082; makefile: 9
file content (5 lines) | stat: -rw-r--r-- 41 bytes parent folder | download | duplicates (5)
1
2
3
4
5
package ModPerl::Util;

sub exit {};

1;