File: Languages.pm

package info (click to toggle)
gramadoir 0.7-5
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,632 kB
  • sloc: perl: 11,207; sh: 3,016; xml: 462; lisp: 196; makefile: 149; yacc: 63; lex: 62; ansic: 26; sed: 16
file content (8 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
package Lingua::@TEANGA@::Gramadoir::Languages;

use strict;
use warnings;
use Locale::Maketext 1.01;
use base qw(Locale::Maketext);

1;