Sophie

Sophie

distrib > Fedora > 13 > x86_64 > media > updates > by-pkgid > 3b2b7726c5b346972f097569421b31f3 > files > 5

perl-Devel-PatchPerl-0.30-1.fc13.noarch.rpm

NAME
    Devel::PatchPerl - Patch perl source a la Devel::PPort's buildperl.pl

VERSION
    version 0.30

SYNOPSIS
      use strict;
      use warnings;

      use Devel::PatchPerl;

      Devel::PatchPerl->patch_source( '5.6.1', '/path/to/untarred/perl/source/perl-5.6.1' );

DESCRIPTION
    Devel::PatchPerl is a modularisation of the patching code contained in
    Devel::PPort's "buildperl.pl".

    It does not build perls, it merely provides an interface to the source
    patching functionality.

FUNCTION
    "patch_source"
        Takes two parameters, a "perl" version and the path to unwrapped
        perl source for that version. It dies on any errors.

        If you don't supply a "perl" version, it will attempt to
        auto-determine the "perl" version from the specified path.

        If you don't supply the path to unwrapped perl source, it will
        assume the current working directory.

SEE ALSO
    Devel::PPPort

AUTHOR
    Chris Williams <chris@bingosnet.co.uk>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2011 by Chris Williams and Marcus
    Holland-Moritz.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.