Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
sharifulin committed Jul 24, 2011
1 parent 4445871 commit 6943473
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
1 change: 0 additions & 1 deletion MANIFEST.SKIP

This file was deleted.

4 changes: 2 additions & 2 deletions META.yml
Expand Up @@ -20,12 +20,12 @@ name: Acme-CPANAuthors-Russian
provides:
Acme::CPANAuthors::Russian:
file: lib/Acme/CPANAuthors/Russian.pm
version: 1.06
version: 1.07
requires:
Acme::CPANAuthors: 0
Acme::CPANAuthors::Register: 0
perl: 5.006
resources:
license: http://dev.perl.org/licenses/
repository: http://github.com/sharifulin/acme-cpanauthors-russian/tree
version: 1.06
version: 1.07
22 changes: 11 additions & 11 deletions Makefile.PL
Expand Up @@ -3,15 +3,15 @@ require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'NAME' => 'Acme::CPANAuthors::Russian',
'EXE_FILES' => [],
'VERSION_FROM' => 'lib/Acme/CPANAuthors/Russian.pm',
'PREREQ_PM' => {
'Test::More' => 0,
'Acme::CPANAuthors::Register' => 0,
'Acme::CPANAuthors' => 0
}
)
'NAME' => 'Acme::CPANAuthors::Russian',
'VERSION_FROM' => 'lib/Acme/CPANAuthors/Russian.pm',
'PREREQ_PM' => {
'Acme::CPANAuthors' => 0,
'Acme::CPANAuthors::Register' => 0,
'Test::More' => 0
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'PL_FILES' => {}
)
;

0 comments on commit 6943473

Please sign in to comment.