Help for this page

Select Code to Download


  1. or download this
    sub MY::postamble {
      return '' if !-e '.git';
    ...
    README.md : \$(VERSION_FROM)
    \tpod2markdown \$< >\$\@
    # then some Docker stuff
    
  2. or download this
    sub coretarget {
        my ($self) = @_;
    ...
        $target =~ s#[/\\]#_#g; # avoid ambiguity with filenames
        $target;
    }