stop using Moo as a test package
[catagits/Catalyst-Runtime.git] / t / aggregate / live_plugin_loaded.t
index d5fc317..f354dfc 100644 (file)
@@ -1,5 +1,3 @@
-#!perl
-
 use strict;
 use warnings;
 
@@ -10,10 +8,10 @@ use Test::More tests => 5;
 use Catalyst::Test 'TestApp';
 
 my @expected = qw[
-  Catalyst::Plugin::MangleDollarUnderScore
   Catalyst::Plugin::Test::Errors
   Catalyst::Plugin::Test::Headers
   Catalyst::Plugin::Test::Inline
+  Catalyst::Plugin::Test::MangleDollarUnderScore
   Catalyst::Plugin::Test::Plugin
   TestApp::Plugin::AddDispatchTypes
   TestApp::Plugin::FullyQualified