Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Commit

Permalink
Make README and metadata reflect core-only location
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Aug 30, 2015
1 parent 724d27b commit a46d2e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
9 changes: 3 additions & 6 deletions Makefile.PL
Expand Up @@ -445,8 +445,6 @@ my %makefile_hash = (
'Carp' => 1.20, # EU::MM seems to need this not to crash
'ExtUtils::MakeMaker' => 6.56,
'File::Path' => 0,
'ExtUtils::Depends' => '0.402',
'Alien::HDF4' => 0,
},
TEST_REQUIRES => {
'CPAN::Meta' => '2.120900',
Expand All @@ -466,12 +464,11 @@ my %makefile_hash = (
'PM' => { @podpms }, #so that the script docs are picked up
'META_MERGE' => {
resources => {
homepage => 'http://pdl.perl.org/',
bugtracker => 'http://sourceforge.net/p/pdl/bugs/',
homepage => 'http://pdlporters.github.io',
repository => {
url => 'git://git.code.sf.net/p/pdl/code',
url => 'git://github.com/PDLPorters/pdla-core',
type => 'git',
web => 'http://sourceforge.net/p/pdl/code/ci/master/tree/',
web => 'https://github.com/PDLPorters/pdla-core',
},
},
},
Expand Down
10 changes: 5 additions & 5 deletions README.md
@@ -1,15 +1,15 @@
# Perl Data Language (PDLA)
# Perl Data Language - Agile (PDLA) Core modules

![PDLA logo](http://pdlporters.github.io/images/icons/pdl.png)

| OS | Build status |
|:-------:|--------------:|
| Linux | [![Build Status](https://travis-ci.org/PDLPorters/pdla.png?branch=master)](https://travis-ci.org/PDLPorters/pdla) |
| Windows | [![Build status](https://ci.appveyor.com/api/projects/status/v00vur37t6o5k0r8/branch/master?svg=true)](https://ci.appveyor.com/project/zmughal/pdla/branch/master) |
| Linux | [![Build Status](https://travis-ci.org/PDLPorters/pdla-core.png?branch=master)](https://travis-ci.org/PDLPorters/pdla-core) |
| Windows | [![Build status](https://ci.appveyor.com/api/projects/status/v00vur37t6o5k0r8/branch/master?svg=true)](https://ci.appveyor.com/project/zmughal/pdla-core/branch/master) |


[![Coverage Status](https://coveralls.io/repos/PDLPorters/pdla/badge.png?branch=master)](https://coveralls.io/r/PDLPorters/pdla?branch=master)
[![CPAN version](https://badge.fury.io/pl/PDLA.svg)](https://metacpan.org/pod/PDLA)
[![Coverage Status](https://coveralls.io/repos/PDLPorters/pdla-core/badge.png?branch=master)](https://coveralls.io/r/PDLPorters/pdla-core?branch=master)
[![CPAN version](https://badge.fury.io/pl/PDLA-Core.svg)](https://metacpan.org/pod/PDLA::Core)

PDLA ("Perl Data Language") gives standard Perl the ability to *compactly* store and *speedily* manipulate the large N-dimensional data arrays which are the bread and butter of scientific computing.

Expand Down

0 comments on commit a46d2e0

Please sign in to comment.