File: MyPhrasebook.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-- 87 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
package MyPhrasebook;

use strict;
use warnings;

use base qw( Data::Phrasebook );

1;