[Bug 730037] New: Review Request: perl-autovivification - Lexically disable autovivification

bugzilla at redhat.com bugzilla at redhat.com
Thu Aug 11 15:33:53 UTC 2011


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: nobody at fedoraproject.org
        ReportedBy: iarnell at gmail.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com,
                    package-review at 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.



More information about the package-review mailing list