AI-FANN

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.06 Sep 18, 2006
    - add support for FANN_LIB and FANN_INCLUDE to MAkefile.PL

0.05 May 4, 2006
    - ppport.h regenerated with latest version of Devel::PPPort to
      make it work on perls older than 5.8.8 (bug reported by bodyn).

0.04 May 1, 2006
    - corrected bug on accessor generators with indexes
    - better accessor generation using default arguments XS feature

0.03 Apr 14, 2006
    - improved docs.

0.02 Apr 14, 2006
    - improved docs.

0.01 Apr 7, 2006
    - original version; created by h2xs 1.23 with options
        -An AI::FANN /usr/local/include/fann.h

ppport.h  view on Meta::CPAN

should make any changes to your code, and whether any special defines
should be used, F<ppport.h> can be run as a Perl script to check your
source code. Simply say:

    perl ppport.h

The result will usually be a list of patches suggesting changes
that should at least be acceptable, if not necessarily the most
efficient solution, or a fix for all possible problems.

If you know that your XS module uses features only available in
newer Perl releases, if you're aware that it uses C++ comments,
and if you want all suggestions as a single patch file, you could
use something like this:

    perl ppport.h --compat-version=5.6.0 --cplusplus --patch=test.diff

If you only want your code to be scanned without any suggestions
for changes, use:

    perl ppport.h --nochanges

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.666 second using v1.00-cache-2.02-grep-82fe00e-cpan-72ae3ad1e6da )