File: B8d.pm

package info (click to toggle)
libweb-machine-perl 0.17-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 944 kB
  • sloc: perl: 5,481; makefile: 16
file content (9 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
package B8d;
use strict;
use warnings;

use parent 'Web::Machine::Resource';

sub is_authorized { undef }

1;