[Rt-commit] r5936 - in rt/branches/3.7-EXPERIMENTAL: .

schwern at bestpractical.com schwern at bestpractical.com
Thu Sep 14 22:56:22 EDT 2006


Author: schwern
Date: Thu Sep 14 22:56:21 2006
New Revision: 5936

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/lib/RT/Shredder.pm

Log:
 r18135 at Master-Windhund-IV:  schwern | 2006-09-14 22:55:56 -0400
 Format the GetFileName bullet points to read correctly in POD.


Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Shredder.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Shredder.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Shredder.pm	Thu Sep 14 22:56:21 2006
@@ -502,13 +502,14 @@
 
 Takes desired C<FileName> and flag C<FromStorage> then translate file name to absolute
 path by next rules:
+
 * Default value of the C<FileName> option is C<< <ISO DATETIME>-XXXX.sql >>;
-* if C<FileName> has C<XXXX> (exactly four uppercase C<X> letters) then it would be
-changed with digits from 0000 to 9999 range, with first one free value;
-* if C<FromStorage> argument is true (default behaviour) then result path would always
-be relative to C<StoragePath>;
-* if C<FromStorage> argument is false then result would be relative to the current
-dir unless it's allready absolute path.
+
+* if C<FileName> has C<XXXX> (exactly four uppercase C<X> letters) then it would be changed with digits from 0000 to 9999 range, with first one free value;
+
+* if C<FromStorage> argument is true (default behaviour) then result path would always be relative to C<StoragePath>;
+
+* if C<FromStorage> argument is false then result would be relative to the current dir unless it's allready absolute path.
 
 Returns an absolute path of the file.
 


More information about the Rt-commit mailing list