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

« back to all changes in this revision

Viewing changes to lib/Config/Model/models/LCDd/lb216.pl

  • 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:
12
12
    'class_description' => 'generated from LCDd.conf',
13
13
    'name' => 'LCDd::lb216',
14
14
    'element' => [
15
 
      'Reboot',
16
 
      {
17
 
        'value_type' => 'enum',
18
 
        'upstream_default' => 'no',
19
 
        'type' => 'leaf',
20
 
        'description' => 'Reinitialize the LCD\'s BIOS ',
21
 
        'choice' => [
22
 
          'yes',
23
 
          'no'
24
 
        ]
25
 
      },
26
15
      'Brightness',
27
16
      {
28
17
        'value_type' => 'integer',
39
28
        'type' => 'leaf',
40
29
        'description' => 'Select the output device to use '
41
30
      },
 
31
      'Reboot',
 
32
      {
 
33
        'value_type' => 'enum',
 
34
        'upstream_default' => 'no',
 
35
        'type' => 'leaf',
 
36
        'description' => 'Reinitialize the LCD\'s BIOS ',
 
37
        'choice' => [
 
38
          'yes',
 
39
          'no'
 
40
        ]
 
41
      },
42
42
      'Speed',
43
43
      {
44
44
        'value_type' => 'enum',