Put core back into core, persistence becomes a plugin
[p5sagit/Eval-WithLexicals.git] / lib / Eval / WithLexicals / Role / PreludeEachTime.pm
diff --git a/lib/Eval/WithLexicals/Role/PreludeEachTime.pm b/lib/Eval/WithLexicals/Role/PreludeEachTime.pm
deleted file mode 100644 (file)
index 4f5981e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-package Eval::WithLexicals::Role::PreludeEachTime;
-use Moo::Role;
-
-around setup_code => sub {
-  my $orig = shift;
-  my($self) = @_;
-  ($self->prelude, $orig->(@_));
-};
-
-1;