Author: jkeenan
Date: Mon Feb 19 06:59:41 2007
New Revision: 17057

Modified:
   branches/buildtools/tools/build/ops2c.pl

Log:
Eliminate unused 'use Parrot::Config;'.  Eliminate commented-out code.  In POD
SEE ALSO, add Parrot::Ops2c::Utils and Auxiliary.


Modified: branches/buildtools/tools/build/ops2c.pl
==============================================================================
--- branches/buildtools/tools/build/ops2c.pl    (original)
+++ branches/buildtools/tools/build/ops2c.pl    Mon Feb 19 06:59:41 2007
@@ -3,9 +3,8 @@
 # $Id$
 use warnings;
 use strict;
-use Data::Dumper;
 use lib 'lib';
-use Parrot::Config;
+# use Parrot::Config;
 use Parrot::Ops2c::Auxiliary qw( Usage getoptions );
 use Parrot::Ops2c::Utils;
 
@@ -139,6 +138,10 @@
 
 =item C<Parrot::OpTrans::CPrederef>
 
+=item C<Parrot::Ops2c::Utils>
+
+=item C<Parrot::Ops2c::Auxiliary>
+
 =back
 
 =cut
@@ -150,22 +153,3 @@
 # End:
 # vim: expandtab shiftwidth=4:
 
-
-__END__
-
-#print STDERR Dumper (
-#    [EMAIL PROTECTED],
-#    $trans,
-#    $suffix,
-#    $file,
-#    $base,
-#    $incdir,
-#    $include,
-#    $header,
-#    $source,
-#    $sym_export,
-#    $ops,
-#    \%versions,
-#    $num_ops,
-#    $num_entries,
-#);

Reply via email to