Array-Splice
view release on metacpan or search on metacpan
- original version;
0.02 Wed Jan 14 18:12:17 2004
- POD typos;
0.03 Aug 2007
- Improve test suite
- Fix perlbug bug [perl #30568]
- Restructure directories in canonical fashion
- Use Module::Build as builder
- Ignore $[
0.04 Wed 2 April 2008
- Fix direstory delimiters in boilerplate.t
lib/Array/Splice.pm view on Meta::CPAN
except that LIST gets spliced directly into ARRAY rather being copied.
=back
=head1 KNOWN ISSUES
As of Perl 5.8.9 L<Data::Alias> works on all platforms. That largely
renders this module obsolescent. On the other hand this module does
not employ any of the deep black magic that L<Data::Alias> uses.
The value of C<$[> is ignored because it works differently in 5.10
from it did previously and since nobody should be using it anyhow
there's no point making an effort to support it.
=head1 AUTHOR
Brian McCauley, E<lt>nobull@cpan.orgE<gt>
=head1 SEE ALSO
L<perlfunc/splice>, L<Data::Alias>.
( run in 1.229 second using v1.01-cache-2.11-cpan-b61123c0432 )