[Bug 458654] New: Review Request: Text::Aligner

bugzilla at redhat.com bugzilla at redhat.com
Mon Aug 11 11:57:37 UTC 2008


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

Summary: Review Request: Text::Aligner

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

           Summary: Review Request: Text::Aligner
           Product: Fedora
           Version: rawhide
          Platform: All
               URL: http://mmaslano.fedorapeople.org/perl-Text-Aligner/per
                    l-Text-Aligner-0.03-1.fc9.src.rpm
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: mmaslano at redhat.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora


Text::Aligner exports a single function, align(), which is used to justify
strings to various alignment styles. The alignment specification is the first
argument, followed by any number of scalars which are subject to alignment.
The operation depends on context. In list context, a list of the justified
scalars is returned. In scalar context, the justified arguments are joined into
a single string with newlines appended. The original arguments remain
unchanged. In void context, in-place justification is attempted. In this case,
all arguments must be lvalues.
Align() also does one level of scalar dereferencing. That is, whenever one of
the arguments is a scalar reference, the scalar pointed to is aligned instead.
Other references are simply stringified. An undefined argument is interpreted
as an empty string without complaint.

http://mmaslano.fedorapeople.org/perl-Text-Aligner/perl-Text-Aligner-0.03-1.fc9.src.rpm

-- 
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