PerlFFI / FFI-Platypus

Write Perl bindings to non-Perl libraries with FFI. No XS required.
91 stars 24 forks source link

Fix references to struct class in documentation examples #330

Closed jjatria closed 3 years ago

jjatria commented 3 years ago

There are a couple of other places in the example scripts where the example packages are named My::UnixTime, but in these examples the referenced package name seems a little out of place.

An alternative to fix this is to choose one consistent name for the example package. If this is your preferred solution, I'll be happy to make that change instead.

plicease commented 3 years ago

Agree it would be better to be consistent. I don’t have a strong preference but Unix::TimeStruct is more descriptive.

jjatria commented 3 years ago

Sounds good. I'll update this to make all the names Unix::TimeStruct then :+1: