[130139] trunk/dports/perl/p5-autovivification/Portfile

mojca at macports.org mojca at macports.org
Sat Dec 27 06:48:03 PST 2014


Revision: 130139
          https://trac.macports.org/changeset/130139
Author:   mojca at macports.org
Date:     2014-12-27 06:48:03 -0800 (Sat, 27 Dec 2014)
Log Message:
-----------
p5-autovivification: whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-autovivification/Portfile

Modified: trunk/dports/perl/p5-autovivification/Portfile
===================================================================
--- trunk/dports/perl/p5-autovivification/Portfile	2014-12-27 14:46:24 UTC (rev 130138)
+++ trunk/dports/perl/p5-autovivification/Portfile	2014-12-27 14:48:03 UTC (rev 130139)
@@ -16,18 +16,17 @@
 
 description         Lexically disable autovivification
 
-long_description \
-    When an undefined variable is dereferenced, it gets silently upgraded to \
-    an array or hash reference (depending of the type of the dereferencing). \
-    This behaviour is called *autovivification* and usually does what you    \
-    mean (e.g. when you store a value) but it may be unnatural or surprising \
-    because your variables gets populated behind your back. This is          \
-    especially true when several levels of dereferencing are involved, in    \
-    which case all levels are vivified up to the last, or when it happens in \
-    intuitively read-only constructs like 'exists'.                          \
-                                                                             \
-    This pragma lets you disable autovivification for some constructs and    \
-    optionally throws a warning or an error when it would have happened.
+long_description    When an undefined variable is dereferenced, it gets silently upgraded to \
+                    an array or hash reference (depending of the type of the dereferencing). \
+                    This behaviour is called *autovivification* and usually does what you    \
+                    mean (e.g. when you store a value) but it may be unnatural or surprising \
+                    because your variables gets populated behind your back. This is          \
+                    especially true when several levels of dereferencing are involved, in    \
+                    which case all levels are vivified up to the last, or when it happens in \
+                    intuitively read-only constructs like 'exists'.                          \
+                                                                                             \
+                    This pragma lets you disable autovivification for some constructs and    \
+                    optionally throws a warning or an error when it would have happened.
 
-checksums           sha256 6ef8686766c63571389880e5d87a0ca1d46f7d127982e8ef38aca7568c44840c \
-                    rmd160 b0d6cdd83f6b4bc7bdf153020b954f60342b3247
+checksums           rmd160 b0d6cdd83f6b4bc7bdf153020b954f60342b3247 \
+                    sha256 6ef8686766c63571389880e5d87a0ca1d46f7d127982e8ef38aca7568c44840c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141227/36731115/attachment-0001.html>


More information about the macports-changes mailing list