Author: jkeenan
Date: Sun Mar 25 17:55:14 2007
New Revision: 17753

Modified:
   branches/reconfigure/lib/Parrot/Configure.pm

Log:
Delete commented-out code (old version of new()).

Modified: branches/reconfigure/lib/Parrot/Configure.pm
==============================================================================
--- branches/reconfigure/lib/Parrot/Configure.pm        (original)
+++ branches/reconfigure/lib/Parrot/Configure.pm        Sun Mar 25 17:55:14 2007
@@ -1,8 +1,6 @@
 # Copyright (C) 2001-2006, The Perl Foundation.
 # $Id$
 
-=pod
-
 =head1 NAME
 
 Parrot::Configure - Conducts the execution of Configuration Steps
@@ -67,20 +65,6 @@
 
 =cut
 
-#sub new {
-#    my $class = shift;
-#
-#    my $self = {
-#        steps   => [],
-#        data    => Parrot::Configure::Data->new,
-#        options => Parrot::Configure::Data->new,
-#    };
-#
-#    bless $self, ref $class || $class;
-#
-#    return $self;
-#}
-
 my $singleton;
 BEGIN {
     $singleton = {

Reply via email to