Rename Positioned as Positional.
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / Employee / AdjacencyList.pm
index 5af4532..50f7abd 100644 (file)
@@ -5,7 +5,7 @@ use base 'DBIx::Class';
 
 __PACKAGE__->load_components(qw(
     Tree::AdjacencyList
-    Positioned
+    Positional
     PK::Auto
     Core
 ));