Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
deprecate
  • Loading branch information
Tadeusz “tadzik” Sośnierz committed Aug 29, 2015
1 parent b4dd77f commit be708da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/Term/ANSIColor.pm
Expand Up @@ -36,6 +36,7 @@ my %attrs =
on_default => "49";

sub color (Str $what) is export {
DEPRECATED('Terminal::ANSIColor');
my @res;
my @a = $what.split(' ');
for @a -> $attr {
Expand Down
3 changes: 1 addition & 2 deletions t/00-load.t
@@ -1,7 +1,6 @@
use v6;
use Test;
use Term::ANSIColor;
plan 1;

ok 1, 'Module loaded';

done;

0 comments on commit be708da

Please sign in to comment.