Acme-Your

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

                                },
              PM             => {
                                 'lib/Acme/Your.pm'            => '$(INST_LIBDIR)/Your.pm',
                                 'lib/Acme/Your/Filter.pm'     => '$(INST_LIBDIR)/Your/Filter.pm',
                                },
              PREREQ_PM      => {
                                 'Test::More' => 0,
                                 'Filter::Simple' => '0.77',
                                 'Parse::RecDescent' => '1.80',
                                },
              $] >= 5.005 ? ('AUTHOR'   => 'Richard Clamp <richardc@unixbeard.net>, Mark Fowler <mark@twoshortplanks.com>',
                             'ABSTRACT' => 'Introduce an our variable into someone else\'s package',

                            ) : ()

             );

use Config;
use File::Spec::Functions;
sub MY::postamble {
    my $perl     = $Config{perlpath};

README  view on Meta::CPAN

BUGS
    Acme::Your functions by parsing your source code and filtering it with a
    source filter. It is possible to fool the parser with some pathelogical
    cases and you should be aware that this module faces all the standard
    problems that perl faces when parsing Perl Code.

VERSION
    Acme::Your 0.01 was released on 14th January 2002.

AUTHOR
    Richard Clamp <richardc@unixbeard.net>

    Original idea, documentation, and tests which kill, Mark Fowler
    <mark@twoshortplanks.com>

COPYRIGHT
           Copyright (C) 2002 Richard Clamp and Mark Fowler.
           All Rights Reserved.

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

lib/Acme/Your.pm  view on Meta::CPAN

with a source filter.  It is possible to fool the parser with some
pathelogical cases and you should be aware that this module faces all
the standard problems that perl faces when parsing Perl Code.

=head1 VERSION

Acme::Your 0.01 was released on 14th January 2002.

=head1 AUTHOR

Richard Clamp E<lt>richardc@unixbeard.netE<gt>

Original idea, documentation, and tests which kill, Mark Fowler
E<lt>mark@twoshortplanks.comE<gt>

=head1 COPYRIGHT

       Copyright (C) 2002 Richard Clamp and Mark Fowler.
       All Rights Reserved.

       This module is free software; you can redistribute it



( run in 1.444 second using v1.01-cache-2.11-cpan-df04353d9ac )