File: Invalid.pm

package info (click to toggle)
libcgi-application-plugin-authorization-perl 0.07-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 332 kB
  • ctags: 81
  • sloc: perl: 1,236; sh: 29; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 42 bytes parent folder | download | duplicates (3)
1
2
3
4
5
package Invalid;

sub new { return; }

1;