]> git.donarmstrong.com Git - reference.git/blob - .svn/pristine/ee/ee77c361e33d4b819f49ea3724877f9544b8cbfd.svn-base
Import original source of Reference 0-Reference
[reference.git] / .svn / pristine / ee / ee77c361e33d4b819f49ea3724877f9544b8cbfd.svn-base
1 # This module is part of da_reference, and is released
2 # under the terms of the GPL version 2, or any later version. See the
3 # file README and COPYING for more information.
4 # Copyright 2003 by Don Armstrong <don@donarmstrong.com>.
5 # $Id$
6
7 package ;
8
9 =head1 NAME
10
11  --
12
13 =head1 SYNOPSIS
14
15
16 =head1 DESCRIPTION
17
18
19 =head1 BUGS
20
21 None known.
22
23 =cut
24
25
26 use strict;
27 use vars qw($REVISION $DEBUG);
28
29 BEGIN{
30      ($REVISION) = q$LastChangedRevision$ =~ /\$LastChangedRevision:\s+([^\s+])/;
31      $DEBUG = 0 unless defined $DEBUG;
32 }
33
34
35
36 1;
37
38
39 __END__
40
41
42
43
44
45