Mercurial > pub > Impl
view Lib/IMPL/DOM/Navigator.pm @ 0:03e58a454b20
Создан репозитарий
author | Sergey |
---|---|
date | Tue, 14 Jul 2009 12:54:37 +0400 |
parents | |
children | 75980091813b 955b2324c1bf |
line wrap: on
line source
package IMPL::DOM::Navigator; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT_OK = qw(); 1;