Alien-Tidyp

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    or:

     Build.PL --srctarball=http://any.server.com/path/to/tidyp-1.04.tar.gz

    IMPORTANT: The file should always be exactly the same source code
    tarball as specified in the end of Build.PL - see source code (SHA1
    checksum of the tarball is checked).

METHODS
  config()
    This function is the main public interface to this module.

     Alien::Tidyp->config('LIBS');

    Returns a string like: '-L/path/to/tidyp/dir/lib -ltidyp'

     Alien::Tidyp->config('INC');

    Returns a string like: '-I/path/to/tidyp/dir/include/tidyp'

     Alien::Tidyp->config('PREFIX');

lib/Alien/Tidyp.pm  view on Meta::CPAN


 Build.PL --srctarball=http://any.server.com/path/to/tidyp-1.04.tar.gz

IMPORTANT: The file should always be exactly the same source code tarball as specified in the end of Build.PL - see
source code (SHA1 checksum of the tarball is checked).
 
=head1 METHODS

=head2 config()

This function is the main public interface to this module.

 Alien::Tidyp->config('LIBS');

Returns a string like: '-L/path/to/tidyp/dir/lib -ltidyp'

 Alien::Tidyp->config('INC');

Returns a string like: '-I/path/to/tidyp/dir/include/tidyp'

 Alien::Tidyp->config('PREFIX');



( run in 0.436 second using v1.01-cache-2.11-cpan-64827b87656 )