Index: trunk/lib/Text/FormBuilder/grammar
===================================================================
--- trunk/lib/Text/FormBuilder/grammar	(revision 73)
+++ trunk/lib/Text/FormBuilder/grammar	(revision 74)
@@ -146,5 +146,6 @@
 
 group_field: '!field' group_name name label(?)
-    { 
+    {
+	warn "[Text::FormBuilder] The !field directive has been DEPRECATED (input file line $thisline). Please use the name:GROUP style";
 	push @lines, [ 'group', { name => $item{name}, label => $item{'label(?)'}[0], group => $item{group_name} } ];
     }
@@ -154,5 +155,5 @@
 field_group: name label(?) hint(?) group_type comment(?)
     {
-	warn "[$thisline] comment = $item{'hint(?)'}[0]\n" if $item{'hint(?)'}[0];
+	#warn "[$thisline] comment = $item{'hint(?)'}[0]\n" if $item{'hint(?)'}[0];
 	#warn "[$thisline] field $item{name} is $item{group_type}\n";
 	push @lines, [ 'group', {
