logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wxperl_overload - create overload declarations for wxPerl extensions

Documentation

       This script if usually invoked from an "ExtUtils::MakeMaker"-generated file by using "WX_OVERLOAD" in
       Makefile.PL.

       Scans the files given on the command line or listed in the .lst file searching for wxPerl overload
       declarations.  Writes a .h file with matching .cpp file containing the definition for wxPerl overload
       constants.

perl v5.40.0                                       2024-12-22                                WXPERL_OVERLOAD(1p)

Name

       wxperl_overload - create overload declarations for wxPerl extensions

Synopsis

           # usually invoked from Makefile
           wxperl_overload <.cpp file> <.h file> files...

           wxperl_overload <.cpp file> <.h file> file.lst

See Also