Skip to content

Commit

Permalink
dzilify
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jun 20, 2013
1 parent b4d3629 commit 6ecf68d
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 417 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
.build
App-Cmd-Plugin-Prompt-*
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Release history for App-Cmd-Plugin-Prompt

{{$NEXT}}
update bug tracker

1.003 2010-04-25
fix docs to match prefix rewriting

Expand Down
377 changes: 0 additions & 377 deletions LICENSE

This file was deleted.

9 changes: 0 additions & 9 deletions MANIFEST.SKIP

This file was deleted.

12 changes: 0 additions & 12 deletions Makefile.PL

This file was deleted.

4 changes: 0 additions & 4 deletions README

This file was deleted.

7 changes: 7 additions & 0 deletions dist.ini
@@ -0,0 +1,7 @@
name = App-Cmd-Plugin-Prompt
author = Ricardo Signes <rjbs@cpan.org>
license = Perl_5
copyright_holder = Ricardo Signes
copyright_year = 2004

[@RJBS]
16 changes: 1 addition & 15 deletions lib/App/Cmd/Plugin/Prompt.pm
@@ -1,18 +1,13 @@
use strict;
use warnings;
package App::Cmd::Plugin::Prompt;
# ABSTRACT: plug prompting routines into your commands
use App::Cmd::Setup -plugin => {
exports => [ qw(prompt_str prompt_yn prompt_any_key) ],
};

our $VERSION = '1.003';

use Term::ReadKey;

=head1 NAME
App::Cmd::Plugin::Prompt - plug prompting routines into your commands
=head1 SYNOPSIS
In your app:
Expand Down Expand Up @@ -190,15 +185,6 @@ sub prompt_any_key {
L<App::Cmd>
=head1 AUTHOR
Ricardo SIGNES, C<< <rjbs@cpan.org> >>
=head1 COPYRIGHT
Copyright 2004-2006 Ricardo SIGNES. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
=cut

1;

0 comments on commit 6ecf68d

Please sign in to comment.