[Rt-commit] rt branch, 4.0/pod-spell, updated. rt-4.0.0rc6-183-g1b49095

Shawn Moore sartak at bestpractical.com
Thu Mar 17 21:51:55 EDT 2011


The branch, 4.0/pod-spell has been updated
       via  1b490950dfea71044c55a12be5343540feebaf25 (commit)
       via  f7bc11015dbf2b30b4242b6e8f47e7c64c09a3ca (commit)
      from  715a3d27e977ff662d48cdc4b7045dbc7f6597e1 (commit)

Summary of changes:
 lib/RT/Squish/JS.pm |    4 ++--
 lib/RT/URI/base.pm  |    8 ++++----
 t/99-pod-spelling.t |    1 +
 3 files changed, 7 insertions(+), 6 deletions(-)

- Log -----------------------------------------------------------------
commit f7bc11015dbf2b30b4242b6e8f47e7c64c09a3ca
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Mar 17 21:50:16 2011 -0400

    Spellcheck lib/RT/Squish/JS.pm

diff --git a/lib/RT/Squish/JS.pm b/lib/RT/Squish/JS.pm
index d8e0860..abc6954 100644
--- a/lib/RT/Squish/JS.pm
+++ b/lib/RT/Squish/JS.pm
@@ -53,7 +53,7 @@
 
 =head1 DESCRIPTION
 
-This module lets you create squished content of js files.
+This module lets you create squished content of JavaScript files.
 
 =head1 METHODS
 
@@ -67,7 +67,7 @@ use base 'RT::Squish';
 
 =head2 Squish
 
-not only concatenate files, but also minify them
+We not only concatenate files, but also minify them.
 
 =cut
 
diff --git a/t/99-pod-spelling.t b/t/99-pod-spelling.t
index ef88e3a..2efdd1d 100644
--- a/t/99-pod-spelling.t
+++ b/t/99-pod-spelling.t
@@ -112,6 +112,7 @@ cronjobs
 unsets
 multiparts
 inline
+minify
 
 # RT JARGON
 ACEs

commit 1b490950dfea71044c55a12be5343540feebaf25
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Mar 17 21:51:18 2011 -0400

    Spellcheck lib/RT/URI/base.pm
    
        I'm kind of sad to remove the <A HREF=""> sample code; it's pretty
        mondo

diff --git a/lib/RT/URI/base.pm b/lib/RT/URI/base.pm
index 1534149..3a432d9 100644
--- a/lib/RT/URI/base.pm
+++ b/lib/RT/URI/base.pm
@@ -57,8 +57,8 @@ RT::URI::base
 
 =head1 DESCRIPTION
 
-A baseclass (and fallback) RT::URI handler. Every URI handler needs to 
-handle the API presented here
+A base class (and fallback) L<RT::URI> handler. Every URI handler needs to
+handle the API presented here.
 
 =cut
 
@@ -132,8 +132,8 @@ Return a "pretty" string representing the URI object.
 
 This is meant to be used like this:
 
- % $re = $uri->Resolver;
- <A HREF="<% $re->HREF %>"><% $re->AsString %></A>
+    % $re = $uri->Resolver;
+    <a href="<% $re->HREF %>"><% $re->AsString %></a>
 
 =cut
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list