fixed link stupidity master
Kieren Diment [Mon, 2 Apr 2012 12:13:31 +0000 (22:13 +1000)]
lib/Catalyst/Manual/#Monthly.pm# [deleted file]
lib/Catalyst/Manual/.#Monthly.pm [deleted symlink]
lib/Catalyst/Manual/Monthly.pm
lib/Catalyst/Manual/Monthly/2012/March/NotACatalystApp.pod

diff --git a/lib/Catalyst/Manual/#Monthly.pm# b/lib/Catalyst/Manual/#Monthly.pm#
deleted file mode 100644 (file)
index 66592f4..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-package Catalyst::Manual::Monthly;
-use strict;
-use warnings;
-
-our $VERSION = '0.01';
-
-=head1 NAME
-
-Catalyst::Manual::Monthly
-
-This is repository for the monthly articles which replace the Catalyst
-Advent Calendar.  Following the Catalyst philosophy, the Catalyst monthly
-doesn't use Catalyst it uses the CPAN toolchain to achieve its aims.
-Occasionally a catalyst application (e.g. Metacpan) might be used for
-system integration tasks.
-
-Articles are stored in directories as with:
-lib/Catalyst/Monthly/[Year]/[Month]/[SomeDescriptiveFilename].pod
-
-In due course an RSS scraper will be written to facilitate notifications of
-publication of new articles and edits to old articles.
-
-=head1 AUTHOR
-
-Catalyst Documentation Team
-
-<zarquon@cpan.org> and others.
-
-=head1 BUGS
-
-Please report any bugs or requests to C<bug-catalyst-manual-monthly
-at rt.cpan.org>, or through the web interface at
-L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Catalyst-Manual-Monthly>.
-I will be notified, and then you'll automatically be notified of progress
-on your bug as I make changes.
-
-=head2 Contributions
-
-Submit contributions via the RT queue above, or by bugging people on #catalyst on irc.perl.org.
-
-
-=head1 ACKNOWLEDGEMENTS
-
-Catalyst Core developer team, past and present, catalyst contributors, and
-the CPAN toolchain hackers.
-
-=head1 LICENSE AND COPYRIGHT
-
-Copyright 2012 Catalyst Documentation team
-
-This documentation can be redistributed under the terms of either: the GNU
-General Public License as published by the Free Software Foundation; or the
-Artistic License.
-
-See http://dev.perl.org/licenses/ for more information.
-
-
-=cut
-
-1; # End of Catalyst::Manual::Monthly
diff --git a/lib/Catalyst/Manual/.#Monthly.pm b/lib/Catalyst/Manual/.#Monthly.pm
deleted file mode 120000 (symlink)
index 88e2db0..0000000
+++ /dev/null
@@ -1 +0,0 @@
-kd@fenchurch-3.local.49965
\ No newline at end of file
index 325d5c7..711311c 100644 (file)
@@ -2,7 +2,7 @@ package Catalyst::Manual::Monthly;
 use strict;
 use warnings;
 
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 
 =head1 NAME
 
index 648be62..847e4e2 100644 (file)
@@ -7,7 +7,7 @@ Catalyst::Manual::Monthly::2012::March::NotACatalystApp
 Back in the old days when web frameworks were new and shiny it made sense
 for developers to show off how the framework makes development quick easy
 and fun with little demonstration applications.  Create a blog in 5 minutes
-is the classic example.  the L<http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/CatalystAdvent|Catalyst Advent Calendar> code was
+is the classic example.  the L<Catalyst Advent Calendar|http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/CatalystAdvent> code was
 another. And it served well for quite some time.
 
 So when the time came to retire the calendar and replace it with this
@@ -22,12 +22,12 @@ useful too.
 
 While we could use Catalyst to do this, why should we?  Given we've got a
 good packaging and distribution mechanism (the CPAN), and given we've got a
-CPAN browser with a nice API (L<http://metacpan.org|MetaCPAN>), and given
+CPAN browser with a nice API (L<MetaCPAN|http://metacpan.org>), and given
 we've got a nice documentation formatting mechanism (pod), that's already
 all we need.  We don't need Catalyst for this, because it's not especially
 big or complicated.  For big and complicated things like CPAN, a Catalyst
 application is a useful thing, which is why we've got
-L<http://metacpan.org|MetaCPAN>. To use an analogy, just because we've got
+L<MetaCPAN|http://metacpan.org>. To use an analogy, just because we've got
 a hydraulic nail gun (Catalyst) doesn't mean we should go about shooting
 everything we own with nails.
 
@@ -56,7 +56,7 @@ repository>.
 =item *
 
 Readers.  Commenters might be nice too.  But we can get them after we get
-the infrastructure up, maybe by exploiting the L<http://disqus.com/|Disqus>
+the infrastructure up, maybe by exploiting the L<Disqus|http://disqus.com/>
 service.  We get more readers from having better infrastructure.
 
 =back