removal of redundant information while keeping the cpan indexer happy
[catagits/Catalyst-Manual.git] / lib / Catalyst / ManualPlaceholder.pm
diff --git a/lib/Catalyst/ManualPlaceholder.pm b/lib/Catalyst/ManualPlaceholder.pm
new file mode 100644 (file)
index 0000000..8a9253e
--- /dev/null
@@ -0,0 +1,29 @@
+#!perl
+# Manual.pm 
+# Copyright (c) 2006 Jonathan Rockway <jrockway@cpan.org>
+
+package Catalyst::Manual;
+
+use strict;
+use warnings;
+
+=head1 NAME
+
+Catalyst::Manual - The Catalyst developer's manual
+
+=head1 SYNOPSIS
+
+    perldoc Catalyst::Manual::Intro
+    perldoc Catalyst::Manual::Tutorial
+
+=head1 SEE ALSO
+
+Install L<Task::Catalyst::Tutorial|Task::Catalyst::Tutorial> to
+install all the dependencies you need to follow along with the
+Tutorial.
+
+=cut
+
+our $VERSION = '5.700704';
+
+1;