Practice of Programming

プログラム とか Linuxとかの話題

2010-04-13から1日間の記事一覧

Util::Any 0.20

In this version, 2 features are added. able to specify default kind of exports. able to define the kind which doesn't export anything, but executes code. default exports example: package Your::Utils; use Util::Any -Base; our $Utils = Clone…