some comment cleanups

This commit is contained in:
Graham Knop 2008-09-15 21:51:46 +00:00
parent 6278278508
commit 1e54cf0458
8 changed files with 10 additions and 14 deletions

View file

@ -120,7 +120,7 @@ doing date/time math.
sub new
{
# Drop-in replacement for Perl's DateTime.pm
# Drop-in replacement for Perl's DateTime
my $class = shift;
my $param0 = $_[0];
my $self;