Skip to content

State of modules on nom

tadzik edited this page Aug 24, 2011 · 35 revisions

Working:

  • Acme::Meow
  • File::Tools
  • IoC
  • Math::RungeKutta
  • SVG
  • Term::ANSIColor
  • Text::Tabs
  • ufo
  • XML::Writer

Broken (failing tests):

  • ABC
  • Algorithm::Soundex
  • Algorithm::Diff
  • Benchmark
  • BSON
  • Config::INI
  • DateTime::Parse
  • DateTime::Utils
  • Digest::Sum
  • String::CRC32
  • Exemel
  • HTML::Template
  • MIME::Base64
  • Math::Prime
  • Math::Quaternion
  • Numbers::Ordinal

Broken (don't build):

  • Algorithm::Viterbi – doesn't build: Method 'list' not found for invocant of class 'Undef'
  • CGI::Application – Symbol '$callback' not predeclared in (lib/CGI/Application.pm:62)
  • Digest::SHA256 – Confused at line 3, near "module Dig"
  • Hash::Has – Null PMC access in set_pmc_keyed()
  • HashConfig – error:imcc:syntax error, unexpected PREG, expecting '(' ('$P1')
  • JSON::RPC – error:imcc:syntax error, unexpected PREG, expecting '(' ('$P1')
  • JSON::Tiny – protoregexes not yet implemented at line 10, near ";\ntoken va"
  • List::Utils – Null PMC access in set_pmc_keyed()
  • Sort::Naturally – A symbol &nsort has already been exported
  • SVG::Plot - PAST::Compiler can't compile node of type SVG::Plot::AxisPosition
  • Test::Mock – Cannot understand $!log in this context at line 56, near ".log-metho"
  • Text::Diff – Confused at line 1, near "package Te"
  • Text::Wrap – Method 'rxtype' not found for invocant of class 'PAST;Regex'
  • URI – Malformed $*PKGDECL at line 46, near "=> $init_g" Typed arrays/hashes/callables not yet implemented at line 45, near ", Bool :$n"

Depends on a broken module:

Math::Model - SVG::Plot

No data:

The rest of them

Clone this wiki locally