Index: PPIx-EditorTools/t/outline/Mooclass.pm
===================================================================
--- PPIx-EditorTools/t/outline/Mooclass.pm	(revision 19014)
+++ PPIx-EditorTools/t/outline/Mooclass.pm	(working copy)
@@ -8,6 +8,8 @@
 		( isa => 'Ref', is => 'rw' );
 
 	has qw(account) => ( is => 'rw', );
+	
+	has non_quoted_attr => ( is=> 'rw' );
 
 	method pub_sub {
 		return;
