Hi, 2009/4/30 Daisuke Maki <dais...@endeworks.jp>:
> * core perldoc should be properly versioned (i.e., perldoc > for 5.8, perldoc for 5.10). People googling easily get > confused by old docs. we need to make it clear what version > of perl we're describing. > POD2:: stuff doesn't seem to differentiate that? POD2 packages contains description of translated pods and relative perl original version. Another versioning (parallel) approach could be to use package version number. For example: POD2::IT 5.8.9.x for distributions containing only perl 5.8.9 core pods POD2::IT 5.10.0.x for distributions containing only perl 5.10.0 core pods Regards - Enrico