release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|
Last change
on this file since d7bcff8 was
8eac1a5,
checked in by Nelson Elhage <nelhage@mit.edu>, 16 years ago
|
|
Implement and test BarnOwl::Completion::Context.
This is the class responsible for tokenizing the command-line for
tab-completion.
|
-
Property mode set to
100644
|
|
File size:
203 bytes
|
| Line | |
|---|
| 1 | use warnings; |
|---|
| 2 | use strict; |
|---|
| 3 | |
|---|
| 4 | =head1 NAME |
|---|
| 5 | |
|---|
| 6 | BarnOwl::Completion |
|---|
| 7 | |
|---|
| 8 | =head1 DESCRIPTION |
|---|
| 9 | |
|---|
| 10 | Hooks for tab-completion support in BarnOwl. |
|---|
| 11 | |
|---|
| 12 | =cut |
|---|
| 13 | |
|---|
| 14 | package BarnOwl::Completion; |
|---|
| 15 | |
|---|
| 16 | use BarnOwl::Completion::Context; |
|---|
| 17 | |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | 1; |
|---|
Note: See
TracBrowser
for help on using the repository browser.