~ubuntu-branches/ubuntu/lucid/perl-tk/lucid

« back to all changes in this revision

Viewing changes to t/create.t

  • Committer: Bazaar Package Importer
  • Author(s): Colin Tuckley
  • Date: 2008-02-15 13:56:59 UTC
  • mfrom: (1.1.3 upstream) (4.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080215135659-ru2oqlykuju20fav
Tags: 1:804.028-1
* New Upstream Release (Closes: #463080).
* Update to Debhelper v5.
* Build with XFT=1 (Closes: #411129).

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
                Table
64
64
                Tiler
65
65
                TextUndo
 
66
                TextEdit
66
67
                Dialog
67
68
                DialogBox
68
69
                FileSelect
69
 
 
70
 
        )
 
70
        ),
 
71
        # Tclish composites
 
72
        qw(
 
73
                FBox
 
74
                IconList
 
75
        ),
71
76
   );
72
77
 
73
78
   require Tk if ($^O eq 'cygwin');