IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6472


Ignore:
Timestamp:
Feb 23, 2006, 2:11:50 PM (20 years ago)
Author:
jhoblitt
Message:

add copyright block
fix package name
misc cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/lib/DataStore/Parser.pm

    r6471 r6472  
    1 package DataStore;
     1# Copyright (C) 2005  Joshua Hoblitt
     2#
     3# $Id: Parser.pm,v 1.2 2006-02-24 00:11:50 jhoblitt Exp $
     4
     5package DataStore::Parser;
     6
    27use strict;
     8use warnings;
    39
    4 BEGIN {
    5     use Exporter ();
    6     use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
    7     $VERSION     = '0.01';
    8     @ISA         = qw(Exporter);
    9     #Give a hoot don't pollute, do not export more than needed by default
    10     @EXPORT      = qw();
    11     @EXPORT_OK   = qw();
    12     %EXPORT_TAGS = ();
    13 }
     10use vars qw($VERSION);
     11$VERSION = '0.01';
    1412
    1513
Note: See TracChangeset for help on using the changeset viewer.