Bug 177037

Summary: Review Request: perl-Clone : Recursively copy perl datatypes
Product: [Fedora] Fedora Reporter: Tom "spot" Callaway <tcallawa>
Component: Package ReviewAssignee: Ralf Corsepius <rc040203>
Status: CLOSED NEXTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: fedora-extras-list
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-01-08 17:17:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 163779    
Attachments:
Description Flags
proposed patch none

Description Tom "spot" Callaway 2006-01-05 17:14:33 UTC
Spec Name or Url: http://www.auroralinux.org/people/spot/review/perl-Clone.spec
SRPM Name or Url: http://www.auroralinux.org/people/spot/review/perl-Clone-0.18-1.src.rpm
Description: 
This module provides a clone() method which makes recursive
copies of nested hash, array, scalar and reference types,
including tied variables and objects.

clone() takes a scalar argument and an optional parameter that
can be used to limit the depth of the copy. To duplicate lists,
arrays or hashes, pass them in by reference.

NOTE: This module is a new BuildRequires for perl-Class-DBI.

Comment 1 Ralf Corsepius 2006-01-06 06:23:13 UTC
Created attachment 122861 [details]
proposed patch

Comment 2 Ralf Corsepius 2006-01-06 06:25:11 UTC
NEEDSWORK:
1. CFLAGS handling in %build
2. Remove *.bs

C.f. the attachment.

Comment 4 Ralf Corsepius 2006-01-06 15:59:04 UTC
APPROVED