P4::Progress does not appear to work.
We are having some issues with P4::Progress in P4PERL. P4::Progress does not work in either P4Perl 2012.2 or 2014.1
If we try following the example code in the POD for P4::Progress (perldoc P4::Progress) and then do a $p4->RunSync('-q','-f','...') for example, none of the callbacks get called. Performing the same operation at the CLI works as expected.
Also, the unit test provided for P4::Progress, t/55-progress.t does not verify any of the expected behaviors (none of the values of %count are verified); so the fact that this test passes doesn't prove anything.
It's possible this might work in 2014.2.
Fixed in change @19372
Thanks!
No Problem, let me know if you need any help. The
perldoc P4::Progress
has a simple example.