Subject: | Pure Perl Version |
I had this problem with Text::Balanced - the newest version relies on
version.pm. The problem is that version.pm doesn't have a Pure Perl
version of itself, so any Pure Perl CPAN module that relies on it, all
of a sudden isn't a Pure Perl module anymore. I've only had this problem
with Text::Balanced, but if more and more modules rely on this module
for functionality, I'm going to be left in the dark, having to rely on
older and older versions of CPAN modules.
This is a problem if you use your own system to distribute CPAN modules
along with a Perl program that requires it. This situation comes up
frequently when you create a program distribution whose audience isn't
the developer/programmer crowd.
I understand that "use version" will become a pragma in ver 5.10 of
Perl, but this still leads to some annoying deprecation bugs.
Is there a chance to have a Pure Perl version, of version?