in reply to A useful use of goto

Looks a lot like Module::Install::DSL :) http://cpansearch.perl.org/src/ADAMK/Module-Install-0.95/lib/Module/Install/DSL.pm Module::Build::Functions inc::Module::JSAN::DSL http://cpansearch.perl.org/src/NPLATONOV/Module-Build-Functions-0.04/lib/Module/Build/Functions/DSL.pm

Replies are listed 'Best First'.
Re^2: A useful use of goto
by Corion (Patriarch) on Apr 12, 2010 at 10:24 UTC

    I think in the end result what I want to accomplish is very similar to what these modules provide. The way they go around achieving it, by source-filtering their input, is not what I want to try, because of the usual problems with source filters.