/[gedafe]/trunk/lib/perl/Gedafe/Global.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/lib/perl/Gedafe/Global.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Mon Feb 14 18:52:26 2005 UTC (19 years, 2 months ago) by dpavlin
File size: 333 byte(s)
import of Gedafe 1.2.2

1 # Gedafe, the Generic Database Frontend
2 # copyright (c) 2000-2003 ETH Zurich
3 # see http://isg.ee.ethz.ch/tools/gedafe/
4
5 # released under the GNU General Public License
6
7 package Gedafe::Global;
8
9 use strict;
10
11 use vars qw(@ISA @EXPORT_OK %g);
12
13 # %g -> global data
14
15 require Exporter;
16 @ISA = qw(Exporter);
17 @EXPORT_OK = qw(%g);
18
19 1;

  ViewVC Help
Powered by ViewVC 1.1.26