[Bast-commits] r4804 -
DBIx-Class-Tree-NestedSet/lib/DBIx/Class/Tree/NestedSet
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Thu Sep 11 23:26:24 BST 2008
Author: rafl
Date: 2008-09-11 23:26:24 +0100 (Thu, 11 Sep 2008)
New Revision: 4804
Modified:
DBIx-Class-Tree-NestedSet/lib/DBIx/Class/Tree/NestedSet/Multi.pm
Log:
Add stubs for methods that need implementing for AL and AL::Ordered compat.
Modified: DBIx-Class-Tree-NestedSet/lib/DBIx/Class/Tree/NestedSet/Multi.pm
===================================================================
--- DBIx-Class-Tree-NestedSet/lib/DBIx/Class/Tree/NestedSet/Multi.pm 2008-09-11 16:43:45 UTC (rev 4803)
+++ DBIx-Class-Tree-NestedSet/lib/DBIx/Class/Tree/NestedSet/Multi.pm 2008-09-11 22:26:24 UTC (rev 4804)
@@ -258,6 +258,27 @@
*search_related_rs = \&search_related;
}
+sub append_child {
+}
+
+sub prepend_child {
+}
+
+sub attach_child {
+}
+
+sub attach_before {
+}
+
+sub attach_after {
+}
+
+sub attach_sibling {
+}
+
+sub has_descendant {
+}
+
=head2 is_root
$is_root = $node->is_root;
More information about the Bast-commits
mailing list