aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2015-01-09 09:27:52 +0100
committerAngelo Naselli <anaselli@linux.it>2015-01-09 09:27:52 +0100
commita4b62489c939b411ee8f4931607b4d6afbd097aa (patch)
tree356070b2fa648eeb470656962db06f8b3694e668 /Makefile.PL
parent8388a6dec2f614e97a8808c4a24474baf856caf1 (diff)
downloadmanatools-a4b62489c939b411ee8f4931607b4d6afbd097aa.tar
manatools-a4b62489c939b411ee8f4931607b4d6afbd097aa.tar.gz
manatools-a4b62489c939b411ee8f4931607b4d6afbd097aa.tar.bz2
manatools-a4b62489c939b411ee8f4931607b4d6afbd097aa.tar.xz
manatools-a4b62489c939b411ee8f4931607b4d6afbd097aa.zip
DataStructure not DataStore
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 16e4e49f..8f7dbc8f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -54,7 +54,7 @@ WriteMakefile(
"MDK::Common::System" => 0,
"MDK::Common::String" => 0,
"MDK::Common::Various" => 0,
- "MDK::Common::DataStore" => 0,
+ "MDK::Common::DataStructure" => 0,
"Net::DBus" => 0,
"URPM" => 0,
"Glib" => 0,