File: Fake.pm

package info (click to toggle)
libdata-phrasebook-perl 0.35-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 276 kB
  • sloc: perl: 1,242; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
package Data::Phrasebook::Loader::Fake;

use strict;
use warnings;

use base qw( Data::Phrasebook::Loader::Base );

1;