Dzil-ize all the .pod files so they can be pod-woven
[gitmo/Moose.git] / lib / Moose / Manual / FAQ.pod
index 0864fd4..029c92a 100644 (file)
@@ -1,9 +1,11 @@
+package Moose::Manual::FAQ;
 
-=pod
+# ABSTRACT: Frequently asked questions about Moose
+
+__END__
 
-=head1 NAME
 
-Moose::Manual::FAQ - Frequently asked questions about Moose
+=pod
 
 =head1 FREQUENTLY ASKED QUESTIONS
 
@@ -386,17 +388,4 @@ Moose attributes:
 
   sub foo : Bar(27) { ... }
 
-=head1 AUTHOR
-
-Stevan Little E<lt>stevan@iinteractive.comE<gt>
-
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2006-2010 by Infinity Interactive, Inc.
-
-L<http://www.iinteractive.com>
-
-This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself.
-
 =cut