File: RT79273.pm

package info (click to toggle)
libmodule-extract-use-perl 1.054-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: perl: 584; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
# https://rt.cpan.org/Ticket/Display.html?id=79273

package Controller;

use parent 'CGI::Snapp';

use Capture::Tiny 'capture';

1;