pmqs / DB_File

DB_File - Perl5 access to Berkeley DB version 1.x
7 stars 3 forks source link

Make hint/BS snippets strict compliant. #6

Closed toddr closed 3 years ago

toddr commented 3 years ago

Explicitly disable strict vars so the snippets when loaded in from a strict scope work correctly.

toddr commented 3 years ago

We're trying to make perl blead strict compliant and these files need a no strict 'vars' so they don't break when loaded.