Skip to content

Instantly share code, notes, and snippets.

@oalders
Created April 1, 2021 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oalders/623ced01fbd3449575ce883f455e4bac to your computer and use it in GitHub Desktop.
Save oalders/623ced01fbd3449575ce883f455e4bac to your computer and use it in GitHub Desktop.
Class::Unload vs Import::Into
#!/usr/bin/env perl
use strict;
use warnings;
require Class::Unload;
require Import::Into;
Class::Unload->unload('Import::Into');
require Import::Into;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment