in reply to Re^4: tzset and POSIX
in thread tzset and POSIX

I saw that. Version 1.03 checked in yesterday. But:
Running install for module 'SVG::TT::Graph::XY' LLAP/SVG-TT-Graph-1.03.tar.gz Has already been unwrapped into directory C:\STRAWB~1\cpan\build\SVG +-TT-Graph-1.03-0 LLAP/SVG-TT-Graph-1.03.tar.gz Has already been prepared LLAP/SVG-TT-Graph-1.03.tar.gz Has already been made Running make test for LLAP/SVG-TT-Graph-1.03.tar.gz "C:\Strawberry\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::H +arness" "-e" "undef *Test::Harness::Switches; [...] t/01_main.t ............ ok t/02_basic.t ........... 1/85 POSIX::tzset not implemented on this arc +hitecture at blib/lib/SVG/TT/Graph/TimeSeries.pm line 582, <DATA> lin +e 593.
I see that Martin updated both SVG::TT::Graph and SVG::TT::Graph::XY and SVG::TT::Graph::TimeSeries. I wanted to check out SVG::TT::Graph::TimeSeries by itself and cpan is making me crazy
cpan> install SVG::TT::Graph::TimeSeries Warning: Cannot install SVG::TT::Graph::TimeSeries, don't know what it + is. Try the command i /SVG::TT::Graph::TimeSeries/ to find objects with matching identifiers. cpan> i /SVG::TT::Graph::TimeSeries/ No objects found of any type for argument /SVG::TT::Graph::TimeSeries/
What did I do wrong this time?

Replies are listed 'Best First'.
Re^6: tzset and POSIX
by marto (Cardinal) on Feb 03, 2020 at 20:22 UTC

    TimeSeries.pm is one of the many files within SVG::TT::Graph, you don't install it individually. You didn't do anything wrong, I did.

    Update: pending a release, the method I explained last time will work, with the new PR.

Re^6: tzset and POSIX
by marto (Cardinal) on Feb 07, 2020 at 16:34 UTC

    If you didn't patch this already, a new release has hit cpan.