Diff for /ConnorCalendar/calendar.pl between versions 1.3 and 1.4

version 1.3, 2013/05/28 22:58:31 version 1.4, 2013/05/28 22:59:33
Line 26  use Calendar::Simple; Line 26  use Calendar::Simple;
 use Date::Calendar::Year qw( :all );  use Date::Calendar::Year qw( :all );
 use Date::Calendar::Profiles qw( $Profiles );  use Date::Calendar::Profiles qw( $Profiles );
   
 my $VERSION  = qw/$Id$/;  my $VERSION  = q/$Id$/;
 my $DEBUG    = "";  my $DEBUG    = "";
 my $URL      = "http://demandred.dyndns.org/cgi-bin/ConnorCalendar/index.cgi";  my $URL      = "http://demandred.dyndns.org/cgi-bin/ConnorCalendar/index.cgi";
 my %post_in  = ( );  my %post_in  = ( );

Removed from v.1.3  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>