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

Did I do something wrong? I just tried again and got the same error:
t/02_basic.t ........... 1/85 POSIX::tzset not implemented on this architecture at blib/lib/SVG/TT/Graph/TimeSeries.pm line 582, <DATA> line 593. # Looks like your test exited with 255 just after 72.

Replies are listed 'Best First'.
Re^4: tzset and POSIX
by marto (Cardinal) on Feb 01, 2020 at 05:19 UTC

    If all you did was try again, nothing has changed. My Pull Request has not been merged yet, no new releases have been made. If you want to run this now make the same edit I did. https://github.com/ranguard/svg-tt-graph/pull/31/files, note line 582. Perhaps a simple way to do this is to run look SVG::TT::Graph within a cpan session, this will download the latest release and drop you into a shell. Edit lib/SVG/TT/Graph/TimeSeries.pm as per the link above then run cpanm ..

Re^4: tzset and POSIX
by marto (Cardinal) on Feb 02, 2020 at 04:28 UTC

    The author has merged the pull request and a new version of SVG::TT::Graph hit cpan 6 hours ago.

      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?

        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.

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

Re^4: tzset and POSIX
by marto (Cardinal) on Feb 03, 2020 at 20:14 UTC

    One more PR merged, a mistake on my part, not the module author. Expected a new release.