~ubuntu-branches/ubuntu/trusty/libconfig-model-perl/trusty

« back to all changes in this revision

Viewing changes to lib/Config/Model/AnyId.pm

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont, gregor herrmann, Dominique Dumont
  • Date: 2013-05-26 12:40:30 UTC
  • mfrom: (1.3.61)
  • Revision ID: package-import@ubuntu.com-20130526124030-nfmm6ejhjubovp7v
Tags: 2.036-1
[ gregor herrmann ]
* Add =encoding to POD in dh_config_model_upgrade.

[ Dominique Dumont ]
* Imported Upstream version 2.036
  * config-edit: added deprecation warning
  * Value: fix pod doc error in L<> (Closes: #709784)
  * Node::load_data: use a predictable order to accept elements.
    This change fixes the test failure in t/backend_ini.t
    (Closes: #709785)
  * make t/pod.t run only when AUTHOR_TESTING is set

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#
10
10
package Config::Model::AnyId ;
11
11
{
12
 
  $Config::Model::AnyId::VERSION = '2.035';
 
12
  $Config::Model::AnyId::VERSION = '2.036';
13
13
}
14
14
 
15
15
use Mouse ;
982
982
 
983
983
=head1 VERSION
984
984
 
985
 
version 2.035
 
985
version 2.036
986
986
 
987
987
=head1 SYNOPSIS
988
988