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

« back to all changes in this revision

Viewing changes to lib/Config/Model/models/LCDd/curses.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::curses',
14
14
    'element' => [
15
 
      'UseACS',
16
 
      {
17
 
        'value_type' => 'enum',
18
 
        'upstream_default' => 'no',
19
 
        'type' => 'leaf',
20
 
        'description' => 'use ASC symbols for icons & bars ',
21
 
        'choice' => [
22
 
          'yes',
23
 
          'no'
24
 
        ]
25
 
      },
26
 
      'TopLeftY',
27
 
      {
28
 
        'value_type' => 'uniline',
29
 
        'default' => '7',
30
 
        'type' => 'leaf'
31
 
      },
32
15
      'Background',
33
16
      {
34
17
        'value_type' => 'uniline',
76
59
        'type' => 'leaf',
77
60
        'description' => 'What position (X,Y) to start the left top corner at...
78
61
Default: (7,7)'
 
62
      },
 
63
      'TopLeftY',
 
64
      {
 
65
        'value_type' => 'uniline',
 
66
        'default' => '7',
 
67
        'type' => 'leaf'
 
68
      },
 
69
      'UseACS',
 
70
      {
 
71
        'value_type' => 'enum',
 
72
        'upstream_default' => 'no',
 
73
        'type' => 'leaf',
 
74
        'description' => 'use ASC symbols for icons & bars ',
 
75
        'choice' => [
 
76
          'yes',
 
77
          'no'
 
78
        ]
79
79
      }
80
80
    ]
81
81
  }