Skip to content

Commit

Permalink
Import of MARCEL/Vim-Tag-0.02 from CPAN.
Browse files Browse the repository at this point in the history
gitpan-cpan-distribution: Vim-Tag
gitpan-cpan-version:      0.02
gitpan-cpan-path:         MARCEL/Vim-Tag-0.02.tar.gz
gitpan-cpan-author:       MARCEL
gitpan-cpan-maturity:     released
  • Loading branch information
Marcel Grünauer authored and Gitpan committed Oct 25, 2014
1 parent e7e676e commit 0095610
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,4 +1,7 @@
Revision history for Perl extension Vim-Tag

0.02 Sat Nov 1 22:21:12 CET 2008 (Marcel Gruenauer <marcel@cpan.org>)
- forgot to inherit from Exporter...

0.01 Sat Nov 1 22:05:00 CET 2008 (Marcel Gruenauer <marcel@cpan.org>)
- original version
2 changes: 1 addition & 1 deletion META.yml
Expand Up @@ -26,4 +26,4 @@ requires:
perl: 5.6.0
resources:
license: http://dev.perl.org/licenses/
version: 0.01
version: 0.02
2 changes: 1 addition & 1 deletion bin/ptags
Expand Up @@ -11,7 +11,7 @@ use Getopt::Attribute;
use UNIVERSAL::require;


our $VERSION = '0.01';
our $VERSION = '0.02';


# --use: whether to 'use' the package; might gen more tags. The value is the
Expand Down
2 changes: 1 addition & 1 deletion bin/ptags_sort
Expand Up @@ -13,7 +13,7 @@ use warnings;
use strict;


our $VERSION = '0.01';
our $VERSION = '0.02';


sub inc_order {
Expand Down
5 changes: 4 additions & 1 deletion lib/Vim/Tag.pm
Expand Up @@ -4,7 +4,10 @@ use strict;
use warnings;


our $VERSION = '0.01';
our $VERSION = '0.02';


use base 'Exporter';


our %EXPORT_TAGS = (
Expand Down

0 comments on commit 0095610

Please sign in to comment.