Re: autodie???

2016-11-21 Thread Luca Ferrari
On Mon, Nov 21, 2016 at 4:21 AM, ToddAndMargo  wrote:
> What does perl-autodie do (RHEL 7)?

Here it is well explained:
.

Luca


Re: autodie???

2016-11-20 Thread Brandon Allbery
On Mon, Nov 21, 2016 at 12:06 AM, ToddAndMargo 
wrote:

> My concern is that it will affect the operation of perl 5


It's a pragma that has to be explicitly enabled (`use autodie; ...`). It
won't change the default behavior.

-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net


Re: autodie???

2016-11-20 Thread ToddAndMargo

  
  
On 11/20/2016 07:26 PM, Brandon Allbery
  wrote:


  

  On Sun, Nov 20, 2016 at 10:21 PM,
ToddAndMargo 
wrote:

  What
does perl-autodie do (RHEL 7)?

yum install perl-autodie

And why is it necessary to get Perl 6 to work?

  
  
  It's normally part of a Perl install, but RH loves to break
  Perl by installing only about half of it by default. `yum
  install perl-core` to get a proper install.


Some parts of the p6 infrastructure are
  still written in Perl 5, for bootstrapping purposes (i.e. you
  would have problems trying to install rakudo if it needed an
  already installed rakudo in order to install or first run).
  
  
  -- 
  

  brandon s allbery kf8nh                              
sine nomine associates
  allber...@gmail.com
                                 ballb...@sinenomine.net
  unix, openafs, kerberos, infrastructure, xmonad      
 http://sinenomine.net

  

  


My concern is that it will affect the operation of perl 5

-- 
~~
Computers are like air conditioners.
They malfunction when you open windows
~~
  




Re: autodie???

2016-11-20 Thread Brandon Allbery
On Sun, Nov 20, 2016 at 10:21 PM, ToddAndMargo 
wrote:

> What does perl-autodie do (RHEL 7)?
>
> yum install perl-autodie
>
> And why is it necessary to get Perl 6 to work?
>

It's normally part of a Perl install, but RH loves to break Perl by
installing only about half of it by default. `yum install perl-core` to get
a proper install.

Some parts of the p6 infrastructure are still written in Perl 5, for
bootstrapping purposes (i.e. you would have problems trying to install
rakudo if it needed an already installed rakudo in order to install or
first run).

-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net