> Overrides can be setup to easily override build instructions without [meaning
with] modifying any [every] scripts.

Hmmm, you mean like this ??:

use Loose;  # thanks to M Schwern

$myperl = new perl6;
$myperl -> home([EMAIL PROTECTED]);
$myperl -> OS(PerlOS);
$myperl -> h-w(x86);
print $myperl -> compile;
...
...
print $myperl -> test;
...
...
$myperl -> {targets} = \@mynodes ;
print $myperl -> install ;
...
...
$myperl -> realclean ;

$ourperl = new perl6 ;
$outperl -> {users} = CXN::PUNY -> MemberList ;
# Enter Password:
$ourperl -> educate ;

Seriously, is there a tgz or rpm out there.  My rpmfind keeps croaking.

--- "A. C. Yardley" <[EMAIL PROTECTED]> wrote:
> > What and where is cons ....
> 
> Take a look at http://www.debian.org/Packages/stable/devel/cons.html
> and http://www.debian.org/Packages/unstable/devel/cons.html
> 
> 
> /acy
> 
> 
> 

=====
John van Vlaanderen

      #############################################
      #    CXN, Inc. Contact:  [EMAIL PROTECTED]   #               #
      #      Proud Sponsor of Perl/Unix of NY     #
      #        http://www.thinman.com/puny        #                 
      #############################################

__________________________________________________
Do You Yahoo!?
Talk to your friends online and get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

Reply via email to