changeset 177:210e50f5e1bf

Updated commetns
author Steve Kemp <steve@steve.org.uk>
date Tue, 01 Apr 2008 22:10:04 +0100
parents 6e1fe18b30b7
children 2353a39f57e6
files bin/chronicle
diffstat 1 files changed, 11 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/bin/chronicle	Tue Apr 01 20:48:15 2008 +0100
+++ b/bin/chronicle	Tue Apr 01 22:10:04 2008 +0100
@@ -116,7 +116,7 @@
   The text of the entry itself is assumed to be HTML, however if you
  have the optional modules installed you may write it in Markdown or
  Textile formats - if they are not present you will receive a message
- informing you of the names of the required modules.
+ informing you of the names of the required Perl modules.
 
   You may specify the format of your entries either in the configuration
  file, or via the command line flag B<--format>.
@@ -220,7 +220,7 @@
 
 =head1 LICENSE
 
-Copyright (c) 2007 by Steve Kemp.  All rights reserved.
+Copyright (c) 2007-2008 by Steve Kemp.  All rights reserved.
 
 This module is free software;
 you can redistribute it and/or modify it under
@@ -285,7 +285,7 @@
 #
 #  Make sure we have arguments which are sane.
 #
-#  Specifically we want to cope with the "new" 'theme-dir', and 'theme'
+#  Specifically we want to cope with the "new", "theme-dir", and "theme"
 # arguments.
 #
 #
@@ -2206,12 +2206,19 @@
 }
 
 
+=begin doc
+
+  List the names of all globally installed themes.
+
+=end doc
+
+=cut
 
 sub listThemes
 {
     my ($dir) = (@_);
 
-    $CONFIG{'verbose'} && print "Listhing themes beneath : $dir\n";
+    $CONFIG{'verbose'} && print "Listing themes beneath : $dir\n";
 
     foreach my $name ( sort( glob( $dir . "/*" ) ) )
     {