Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small update to README. Changes to DB.pm and SQLite.pm as suggested by perlcritick. #8

Closed
wants to merge 4 commits into from

Conversation

viviparous
Copy link

README = I added some information that I thought would be helpful to future contributors.

DB.pm and SQLite.pm = perlcritic warned about the use of UNIVERSAL::isa. I changed these instances to eval { $ref->isa('type') } as recommended.

Tested with Strawberry Perl on M-Windows x86_64.

Base automatically changed from master to main January 21, 2021 14:54
@siracusa siracusa closed this Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants