File: Vocabulary.pm

package info (click to toggle)
libgenome-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 316 kB
  • ctags: 77
  • sloc: perl: 848; makefile: 14
file content (24 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
package Genome::Vocabulary;

use warnings;
use strict;
use Genome;

class Genome::Vocabulary {
    is => 'UR::Vocabulary',
};

1;

=pod 

=head1 NAME

Genome::Vocabulary  - Domain specific terminology

=head1 DESCRIPTION

This module is used by the Genome namespace to identify domain-specific terminology in the software reflection system.

=cut