Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. Installing C:\cpanrun-5.8\build\5-8-0\site\lib\Template\Plugin\Pagination.pm Writing C:\cpanrun-5.8\build\5-8-0\site\lib\auto\Template\Plugin\Pagination\.packlist Appending installation info to C:\cpanrun-5.8\build\5-8-0\lib/perllocal.pod aged ok 3 - input read and split into 5 tests ok 4 - template text 1 processed OK: [% SET data = [1 .. 10]; %]\n[% U... input: [[% SET data = [1 .. 10]; %] [% USE page = Pagination(data, 1, 3) %] [% page.first_page %] ] expect: [1] output: [1] ok 5 - template text 1 matched expected ok 6 - template text 2 processed OK: [% SET data = [1 .. 10]; %]\n[% U... input: [[% SET data = [1 .. 10]; %] [% USE page = Pagination(data, 1, 3) %] [% page.first_page %]..[% page.last_page +%] [% page.first %] to [% page.last +%] [% page.page_data.join(",") %] ] expect: [1..4 1 to 3 1,2,3] output: [1..4 1 to 3 1,2,3] ok 7 - template text 2 matched expected ok 8 - template text 3 processed OK: [% SET data = [1 .. 10]; %]\n[% U... input: [[% SET data = [1 .. 10]; %] [% USE page = Pagination(data, 2, 3) %] [% page.page_data.join(",") %] ] expect: [4,5,6] output: [4,5,6] ok 9 - template text 3 matched expected ok 10 - template text 4 processed OK: [% SET data = [1 .. 30]; %]\n[% U... input: [[% SET data = [1 .. 30]; %] [% USE page = Pagination(data, 2) %] [% page.page_data.join(",") %] ] expect: [11,12,13,14,15,16,17,18,19,20] output: [11,12,13,14,15,16,17,18,19,20] ok 11 - template text 4 matched expected ok 12 - template text 5 processed OK: [% SET data = [1 .. 30]; %]\n[% U... input: [[% SET data = [1 .. 30]; %] [% USE page = Pagination(data) %] [% page.page_data.join(",") %] ] expect: [1,2,3,4,5,6,7,8,9,10] output: [1,2,3,4,5,6,7,8,9,10] ok 13 - template text 5 matched expected ok t\pod-coverage....1..1 ok 1 - Pod coverage on Template::Plugin::Pagination ok t\pod.............1..1 ok 1 - blib\lib\Template\Plugin\Pagination.pm ok All tests successful. Files=3, Tests=15, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)