Package: libclone-fast-perl / 0.96-1

Metadata

Package Version Patches format
libclone-fast-perl 0.96-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix pod spelling.patch | (download)

lib/Clone/Fast.pm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix pod spelling errors
0001 Use clone_sv instead of clone_rv for cloning referen.patch | (download)

Fast.xs | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 [patch] use clone_sv() instead of clone_rv() for cloning references
 on newer perls

As of Perl 5.11, SVt_RV is gone and replaced by SVt_IV.

Using clone_sv() instead fixes test 5 of t/03scalar.t failing on 5.12.