summaryrefslogtreecommitdiff
path: root/lib/Text/BibTeX/Entry.pm
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2012-01-21 16:41:22 +0100
committergregor herrmann <gregoa@debian.org>2012-01-21 16:41:22 +0100
commit49f93d2d6bf2c819e797a5e80cbce51589993a09 (patch)
tree35bd3164a2671c55f82c6978b3b149038191b691 /lib/Text/BibTeX/Entry.pm
parent15d51ed08501f1916f89ffda1c3d1b50a6692487 (diff)
Imported Upstream version 0.62
Diffstat (limited to 'lib/Text/BibTeX/Entry.pm')
-rw-r--r--lib/Text/BibTeX/Entry.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Text/BibTeX/Entry.pm b/lib/Text/BibTeX/Entry.pm
index e083c9e..3db5d32 100644
--- a/lib/Text/BibTeX/Entry.pm
+++ b/lib/Text/BibTeX/Entry.pm
@@ -6,7 +6,7 @@
# DESCRIPTION: Provides an object-oriented interface to BibTeX entries.
# CREATED : March 1997, Greg Ward
# MODIFIED :
-# VERSION : $Id: Entry.pm 10034 2011-08-19 21:02:11Z ambs $
+# VERSION : $Id: Entry.pm 10124 2011-10-21 10:15:41Z ambs $
# COPYRIGHT : Copyright (c) 1997-2000 by Gregory P. Ward. All rights
# reserved.
#
@@ -19,10 +19,12 @@ package Text::BibTeX::Entry;
require 5.004; # for isa, and delete on a slice
use strict;
-
+use vars qw'$VERSION';
use Carp;
use Text::BibTeX qw(:metatypes :nodetypes);
+$VERSION = 0;
+
=head1 NAME
Text::BibTeX::Entry - read and parse BibTeX files