[Rt-commit] rt branch, 4.0/writing-rt-extensions-doc, updated. rt-4.0.6-256-g76b0cde

Jim Brandt jbrandt at bestpractical.com
Tue Jan 29 09:05:57 EST 2013


The branch, 4.0/writing-rt-extensions-doc has been updated
       via  76b0cde651e9e0df1f1589bad42ce8adc09442bc (commit)
      from  e7d1df9f7b7d7332aaa5ce8d050a9526dd3ba7af (commit)

Summary of changes:
 docs/writing-extensions.pod | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit 76b0cde651e9e0df1f1589bad42ce8adc09442bc
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Tue Jan 29 09:04:28 2013 -0500

    Update .author directory details
    
    Confirmed that the .author directory is created automatically
    when you initially run 'perl Makefile.PL'. Update docs to
    reflect this.

diff --git a/docs/writing-extensions.pod b/docs/writing-extensions.pod
index ee7f8e9..5bf968c 100644
--- a/docs/writing-extensions.pod
+++ b/docs/writing-extensions.pod
@@ -99,12 +99,12 @@ to manage the distribution. When you run
     # perl Makefile.PL
 
 for the first time, L<Module::Install> will create an C<inc> directory for all
-of the files it needs. Since you are the author, you should create a
-C<.author> directory (note the . in the directory name) in the C<inc>
+of the files it needs. Since you are the author, a C<.author> directory
+(note the . in the directory name) is created for you in the C<inc>
 directory. When L<Module::Install> detects this directory, it does things only
 the author needs, like pulling in modules to put in the C<inc> directory.
-Once you have this set up, L<Module::Install> should mostly do the right thing,
-but you can read more about it in the module documentation.
+Once you have this set up, L<Module::Install> should mostly do the right thing.
+You can find details in the module documentation.
 
 =head2 Tests
 

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


More information about the Rt-commit mailing list