Help for this page

Select Code to Download


  1. or download this
    ## this nonsense breaks dmake dependencycheck or some such, so forget 
    +it, LIBS are LIBS not OBJECTs
    ## unshift @linkable, '$(BASEEXT)$(OBJ_EXT)' if @linkable;
    ## $WriteMakefileArgs{OBJECT} = join(' ', @linkable) if @linkable;
    if( @linkable ){ push @{$WriteMakefileArgs{LIBS}} , join ' ', map { qq
    +{"$_"} } @linkable ; }
    
  2. or download this
    $ perl -MO=Deparse,-p  moops.pl  |ack "require|use"
    Can't locate object method "meta" via package "Foo" at moops.pl line 1
    +7.
    ...
        use strict;
        use feature ':5.12';
        use Data::Printer;