Generate fast XS accessors without runtime compilation
Class::XSAccessor implements fast read, write and read/write accessors in XS. Additionally, it can provide predicates such as has_foo() for testing whether the attribute foo is defined in the object.
Class::XSAccessor implements fast read, write and read/write accessors in XS. Additionally, it can provide predicates such as has_foo() for testing whether the attribute foo is defined in the object.
To install p5.34-class-xsaccessor, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.34-class-xsaccessor
To see what files were installed by p5.34-class-xsaccessor, run:
port contents p5.34-class-xsaccessor
To later upgrade p5.34-class-xsaccessor, run:
sudo port selfupdate && sudo port upgrade p5.34-class-xsaccessor
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.