Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: perl-autovivification - Lexically disable 
autovivification

https://bugzilla.redhat.com/show_bug.cgi?id=730037

           Summary: Review Request: perl-autovivification - Lexically
                    disable autovivification
           Product: Fedora
           Version: rawhide
          Platform: Unspecified
               URL: http://search.cpan.org/dist/autovivification/
        OS/Version: Unspecified
            Status: NEW
          Severity: unspecified
          Priority: unspecified
         Component: Package Review
        AssignedTo: nob...@fedoraproject.org
        ReportedBy: iarn...@gmail.com
         QAContact: extras...@fedoraproject.org
                CC: nott...@redhat.com,
                    package-review@lists.fedoraproject.org
    Classification: Fedora
      Story Points: ---
              Type: ---


Spec URL: http://fedorapeople.org/~iarnell/review/perl-autovivification.spec
SRPM URL:
http://fedorapeople.org/~iarnell/review/perl-autovivification-0.09-1.fc17.src.rpm

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
behavior is called autovivification and usually does what you mean (e.g.
when you store a value) but it's sometimes 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.

Koji build: http://koji.fedoraproject.org/koji/taskinfo?taskID=3266179

*rt-0.10_01

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to