File::Slurp .16 is on cpan

  • Follow


i have released File::Slurp .16 to cpan. the major change is adding the
prepend_file() sub which inserts data at the beginning of a file. that
is a fairly common FAQ and there is no simple fast and clean way to do
it so this covers that problem.

uri

-- 
Uri Guttman  ------  uri@stemsystems.com  --------  http://www.sysarch.com --
-----  Perl Code Review , Architecture, Development, Training, Support ------
---------  Gourmet Hot Cocoa Mix  ----  http://bestfriendscocoa.com ---------
0
Reply Uri 4/25/2011 7:49:54 AM

On 25 avr, 09:49, "Uri Guttman" <u...@StemSystems.com> wrote:
> i have released File::Slurp .16 to cpan. the major change is adding the
> prepend_file() sub which inserts data at the beginning of a file. that
> is a fairly common FAQ and there is no simple fast and clean way to do
> it so this covers that problem.

Thanks for releasing a new version of File::Slurp. I have installed it
on my Windows ActiveState Perl x64

C:\PerlModules\File-Slurp\File-Slurp-9999.16>perl -v
This is perl 5, version 12, subversion 0 (v5.12.0) built for MSWin32-
x64-multi-thread
(with 1 registered patch, see perl -V for more detail)

All tests passed (some skipped on my Windows machine). I will use
File::Slurp ver 9999.16 in my applications.

C:\PerlModules\File-Slurp\File-Slurp-9999.16>nmake test

Microsoft (R) Program Maintenance Utility   Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.

        C:\Perl64\bin\perl.exe "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/append_null.t ....... ok
t/binmode.t ........... ok
t/data_list.t ......... ok
t/data_scalar.t ....... ok
t/error.t ............. ok
t/error_mode.t ........ ok
t/file_object.t ....... ok
t/handle.t ............ ok
t/inode.t ............. skipped: skip inode test on windows
t/large.t ............. ok
t/newline.t ........... ok
t/no_clobber.t ........ ok
t/original.t .......... ok
t/paragraph.t ......... ok
t/perms.t ............. skipped: meaningless on Win32
t/pod.t ............... skipped: Test::Pod 1.14 required for testing
PODe
t/pod_coverage.t ...... skipped: Test::Pod::Coverage 1.04 required for
testing POD coverage
t/pseudo.t ............ ok
t/read_dir.t .......... ok
t/slurp.t ............. ok
t/stdin.t ............. ok
t/stringify.t ......... ok
t/tainted.t ........... ok
t/write_file_win32.t .. ok
All tests successful.
Files=24, Tests=277,  4 wallclock secs ( 0.14 usr +  0.08 sys =  0.22
CPU)
Result: PASS
0
Reply Klaus 4/25/2011 12:05:29 PM


On 4/25/2011 5:05 AM, Klaus wrote:
> On 25 avr, 09:49, "Uri Guttman"<u...@StemSystems.com>  wrote:
>> i have released File::Slurp .16 to cpan. the major change is adding the
>> prepend_file() sub which inserts data at the beginning of a file. that
>> is a fairly common FAQ and there is no simple fast and clean way to do
>> it so this covers that problem.
>
> Thanks for releasing a new version of File::Slurp. I have installed it
> on my Windows ActiveState Perl x64
>
> C:\PerlModules\File-Slurp\File-Slurp-9999.16>perl -v
> This is perl 5, version 12, subversion 0 (v5.12.0) built for MSWin32-
> x64-multi-thread
> (with 1 registered patch, see perl -V for more detail)
>
> All tests passed (some skipped on my Windows machine). I will use
> File::Slurp ver 9999.16 in my applications.
>
> C:\PerlModules\File-Slurp\File-Slurp-9999.16>nmake test
>
> Microsoft (R) Program Maintenance Utility   Version 1.50
> Copyright (c) Microsoft Corp 1988-94. All rights reserved.
>
>          C:\Perl64\bin\perl.exe "-MExtUtils::Command::MM" "-e"
> "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
> t/append_null.t ....... ok
> t/binmode.t ........... ok
> t/data_list.t ......... ok
> t/data_scalar.t ....... ok
> t/error.t ............. ok
> t/error_mode.t ........ ok
> t/file_object.t ....... ok
> t/handle.t ............ ok
> t/inode.t ............. skipped: skip inode test on windows
> t/large.t ............. ok
> t/newline.t ........... ok
> t/no_clobber.t ........ ok
> t/original.t .......... ok
> t/paragraph.t ......... ok
> t/perms.t ............. skipped: meaningless on Win32
> t/pod.t ............... skipped: Test::Pod 1.14 required for testing
> PODe
> t/pod_coverage.t ...... skipped: Test::Pod::Coverage 1.04 required for
> testing POD coverage
> t/pseudo.t ............ ok
> t/read_dir.t .......... ok
> t/slurp.t ............. ok
> t/stdin.t ............. ok
> t/stringify.t ......... ok
> t/tainted.t ........... ok
> t/write_file_win32.t .. ok
> All tests successful.
> Files=24, Tests=277,  4 wallclock secs ( 0.14 usr +  0.08 sys =  0.22
> CPU)
> Result: PASS

OMG Klaus, alles toll!
-- 

0
Reply Uno 4/26/2011 6:55:54 AM

2 Replies
641 Views

(page loaded in 0.062 seconds)

Similiar Articles:













7/27/2012 6:50:05 AM


Reply: