Update Travis config
This library implements a Perl interface for nested URIs – that is, URIs that contain other URIs. The basic format is:
{prefix}:{uri}
Some examples:
jdbc:oracle:scott/tiger@//myhost:1521/myservicename
db:postgres://db.example.com/template1
Implementations built on URI::Nested include URI::jdbc and URI::db.
To install this module, type the following:
perl Build.PL ./Build ./Build test ./Build install
URI::Nested requires the following modules:
Copyright (c) 2013 David E. Wheeler. Some Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Perl模块,用于处理嵌套URI的解析和操作
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
URI/Nested version 0.11
This library implements a Perl interface for nested URIs – that is, URIs that contain other URIs. The basic format is:
Some examples:
jdbc:oracle:scott/tiger@//myhost:1521/myservicenamedb:postgres://db.example.com/template1Implementations built on URI::Nested include URI::jdbc and URI::db.
Installation
To install this module, type the following:
Dependencies
URI::Nested requires the following modules:
Copyright and Licence
Copyright (c) 2013 David E. Wheeler. Some Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.